diff options
Diffstat (limited to 'drivers/sbus/char/cpwatchdog.c')
-rw-r--r-- | drivers/sbus/char/cpwatchdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sbus/char/cpwatchdog.c b/drivers/sbus/char/cpwatchdog.c index 40b6fc86f6a8..f5803ecb1999 100644 --- a/drivers/sbus/char/cpwatchdog.c +++ b/drivers/sbus/char/cpwatchdog.c | |||
@@ -185,7 +185,7 @@ MODULE_SUPPORTED_DEVICE | |||
185 | #ifdef WD_DEBUG | 185 | #ifdef WD_DEBUG |
186 | static void wd_dumpregs(void); | 186 | static void wd_dumpregs(void); |
187 | #endif | 187 | #endif |
188 | static irqreturn_t wd_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 188 | static irqreturn_t wd_interrupt(int irq, void *dev_id); |
189 | static void wd_toggleintr(struct wd_timer* pTimer, int enable); | 189 | static void wd_toggleintr(struct wd_timer* pTimer, int enable); |
190 | static void wd_pingtimer(struct wd_timer* pTimer); | 190 | static void wd_pingtimer(struct wd_timer* pTimer); |
191 | static void wd_starttimer(struct wd_timer* pTimer); | 191 | static void wd_starttimer(struct wd_timer* pTimer); |
@@ -444,7 +444,7 @@ static ssize_t wd_read(struct file * file, char __user *buffer, | |||
444 | #endif /* ifdef WD_DEBUG */ | 444 | #endif /* ifdef WD_DEBUG */ |
445 | } | 445 | } |
446 | 446 | ||
447 | static irqreturn_t wd_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 447 | static irqreturn_t wd_interrupt(int irq, void *dev_id) |
448 | { | 448 | { |
449 | /* Only WD0 will interrupt-- others are NMI and we won't | 449 | /* Only WD0 will interrupt-- others are NMI and we won't |
450 | * see them here.... | 450 | * see them here.... |