diff options
Diffstat (limited to 'drivers/watchdog/iTCO_wdt.c')
-rw-r--r-- | drivers/watchdog/iTCO_wdt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/watchdog/iTCO_wdt.c b/drivers/watchdog/iTCO_wdt.c index 439b160b3e0f..04f8af65acfd 100644 --- a/drivers/watchdog/iTCO_wdt.c +++ b/drivers/watchdog/iTCO_wdt.c | |||
@@ -56,8 +56,6 @@ | |||
56 | #include <linux/types.h> /* For standard types (like size_t) */ | 56 | #include <linux/types.h> /* For standard types (like size_t) */ |
57 | #include <linux/errno.h> /* For the -ENODEV/... values */ | 57 | #include <linux/errno.h> /* For the -ENODEV/... values */ |
58 | #include <linux/kernel.h> /* For printk/panic/... */ | 58 | #include <linux/kernel.h> /* For printk/panic/... */ |
59 | #include <linux/miscdevice.h> /* For MODULE_ALIAS_MISCDEV | ||
60 | (WATCHDOG_MINOR) */ | ||
61 | #include <linux/watchdog.h> /* For the watchdog specific items */ | 59 | #include <linux/watchdog.h> /* For the watchdog specific items */ |
62 | #include <linux/init.h> /* For __init/__exit/... */ | 60 | #include <linux/init.h> /* For __init/__exit/... */ |
63 | #include <linux/fs.h> /* For file operations */ | 61 | #include <linux/fs.h> /* For file operations */ |
@@ -582,5 +580,4 @@ MODULE_AUTHOR("Wim Van Sebroeck <wim@iguana.be>"); | |||
582 | MODULE_DESCRIPTION("Intel TCO WatchDog Timer Driver"); | 580 | MODULE_DESCRIPTION("Intel TCO WatchDog Timer Driver"); |
583 | MODULE_VERSION(DRV_VERSION); | 581 | MODULE_VERSION(DRV_VERSION); |
584 | MODULE_LICENSE("GPL"); | 582 | MODULE_LICENSE("GPL"); |
585 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||
586 | MODULE_ALIAS("platform:" DRV_NAME); | 583 | MODULE_ALIAS("platform:" DRV_NAME); |