diff options
Diffstat (limited to 'drivers/watchdog/sb_wdog.c')
-rw-r--r-- | drivers/watchdog/sb_wdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c index 528097651f7f..27e526a07c9a 100644 --- a/drivers/watchdog/sb_wdog.c +++ b/drivers/watchdog/sb_wdog.c | |||
@@ -215,8 +215,8 @@ static long sbwdog_ioctl(struct file *file, unsigned int cmd, | |||
215 | /* | 215 | /* |
216 | * Notifier for system down | 216 | * Notifier for system down |
217 | */ | 217 | */ |
218 | static int | 218 | static int sbwdog_notify_sys(struct notifier_block *this, unsigned long code, |
219 | sbwdog_notify_sys(struct notifier_block *this, unsigned long code, void *erf) | 219 | void *erf) |
220 | { | 220 | { |
221 | if (code == SYS_DOWN || code == SYS_HALT) { | 221 | if (code == SYS_DOWN || code == SYS_HALT) { |
222 | /* | 222 | /* |