aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDamien Riegel <[email protected]>2015-11-20 16:54:52 -0500
committerWim Van Sebroeck <[email protected]>2015-12-13 15:55:55 +0100
commit2786aadeab263609eb690ca37e7dfd3b9ffa3625 (patch)
treece410bf9661ddfd8aa47f54422382ffe3ec36bfb /include/linux
parente131319669e0ef5e6fcd75174daeffa40492135c (diff)
watchdog: bcm47xx_wdt: use core reboot notifier
Get rid of the custom reboot notifier block registration and use the one provided by the watchdog core. Signed-off-by: Damien Riegel <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Reviewed-by: Vivien Didelot <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bcm47xx_wdt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/bcm47xx_wdt.h b/include/linux/bcm47xx_wdt.h
index b708786d4cbf..8d9d07ec22a5 100644
--- a/include/linux/bcm47xx_wdt.h
+++ b/include/linux/bcm47xx_wdt.h
@@ -1,7 +1,6 @@
#ifndef LINUX_BCM47XX_WDT_H_
#define LINUX_BCM47XX_WDT_H_
-#include <linux/notifier.h>
#include <linux/timer.h>
#include <linux/types.h>
#include <linux/watchdog.h>
@@ -15,7 +14,6 @@ struct bcm47xx_wdt {
void *driver_data;
struct watchdog_device wdd;
- struct notifier_block notifier;
struct timer_list soft_timer;
atomic_t soft_ticks;