diff options
Diffstat (limited to 'drivers/watchdog/ar7_wdt.c')
| -rw-r--r-- | drivers/watchdog/ar7_wdt.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/ar7_wdt.c b/drivers/watchdog/ar7_wdt.c index b3709f9cf5b..ae6c287a49c 100644 --- a/drivers/watchdog/ar7_wdt.c +++ b/drivers/watchdog/ar7_wdt.c @@ -28,7 +28,6 @@  #include <linux/module.h>  #include <linux/moduleparam.h>  #include <linux/errno.h> -#include <linux/init.h>  #include <linux/miscdevice.h>  #include <linux/platform_device.h>  #include <linux/watchdog.h> @@ -46,7 +45,6 @@  MODULE_AUTHOR("Nicolas Thill <nico@openwrt.org>");  MODULE_DESCRIPTION(LONGNAME);  MODULE_LICENSE("GPL"); -MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);  static int margin = 60;  module_param(margin, int, 0);  | 
