IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
[linux-block.git] / drivers / char / watchdog / s3c2410_wdt.c
index b36a04ae9ab8e96306a35ce07680aed56bae40d2..68b1ca976d53236f6fa450abddd10a8d520140cb 100644 (file)
@@ -336,8 +336,7 @@ static struct miscdevice s3c2410wdt_miscdev = {
 
 /* interrupt handler code */
 
-static irqreturn_t s3c2410wdt_irq(int irqno, void *param,
-                                 struct pt_regs *regs)
+static irqreturn_t s3c2410wdt_irq(int irqno, void *param)
 {
        printk(KERN_INFO PFX "Watchdog timer expired!\n");