mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
[cascardo/linux.git] / include / linux / bcm47xx_wdt.h
index 5582c21..8d9d07e 100644 (file)
@@ -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,8 +14,6 @@ struct bcm47xx_wdt {
        void *driver_data;
 
        struct watchdog_device wdd;
-       struct notifier_block notifier;
-       struct notifier_block restart_handler;
 
        struct timer_list soft_timer;
        atomic_t soft_ticks;