diff options
author | Damien Riegel <damien.riegel@savoirfairelinux.com> | 2015-11-16 12:28:00 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-12-13 15:29:20 +0100 |
commit | 65a4a1dc31ad9d73918971f1b89c617812c494bf (patch) | |
tree | 52e5514210d6bd4bcf3845a325ff099896cc37fa /include/linux/bcm47xx_wdt.h | |
parent | 2165bf524da5f5e496d1cdb8c5afae1345ecce1e (diff) |
watchdog: bcm47xx_wdt: use core restart handler
Get rid of the custom restart handler by using the one provided by the
watchdog core.
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'include/linux/bcm47xx_wdt.h')
-rw-r--r-- | include/linux/bcm47xx_wdt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bcm47xx_wdt.h b/include/linux/bcm47xx_wdt.h index 5582c211f594..b708786d4cbf 100644 --- a/include/linux/bcm47xx_wdt.h +++ b/include/linux/bcm47xx_wdt.h @@ -16,7 +16,6 @@ struct bcm47xx_wdt { struct watchdog_device wdd; struct notifier_block notifier; - struct notifier_block restart_handler; struct timer_list soft_timer; atomic_t soft_ticks; |