diff options
Diffstat (limited to 'drivers/watchdog/pcwd.c')
-rw-r--r-- | drivers/watchdog/pcwd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/watchdog/pcwd.c b/drivers/watchdog/pcwd.c index 33e49a7f889f..e936f15dc7c7 100644 --- a/drivers/watchdog/pcwd.c +++ b/drivers/watchdog/pcwd.c | |||
@@ -61,7 +61,7 @@ | |||
61 | #include <linux/delay.h> /* For mdelay function */ | 61 | #include <linux/delay.h> /* For mdelay function */ |
62 | #include <linux/timer.h> /* For timer related operations */ | 62 | #include <linux/timer.h> /* For timer related operations */ |
63 | #include <linux/jiffies.h> /* For jiffies stuff */ | 63 | #include <linux/jiffies.h> /* For jiffies stuff */ |
64 | #include <linux/miscdevice.h> /* For MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) */ | 64 | #include <linux/miscdevice.h> /* For struct miscdevice */ |
65 | #include <linux/watchdog.h> /* For the watchdog specific items */ | 65 | #include <linux/watchdog.h> /* For the watchdog specific items */ |
66 | #include <linux/reboot.h> /* For kernel_power_off() */ | 66 | #include <linux/reboot.h> /* For kernel_power_off() */ |
67 | #include <linux/init.h> /* For __init/__exit/... */ | 67 | #include <linux/init.h> /* For __init/__exit/... */ |
@@ -1011,5 +1011,3 @@ MODULE_AUTHOR("Ken Hollis <kenji@bitgate.com>, " | |||
1011 | MODULE_DESCRIPTION("Berkshire ISA-PC Watchdog driver"); | 1011 | MODULE_DESCRIPTION("Berkshire ISA-PC Watchdog driver"); |
1012 | MODULE_VERSION(WATCHDOG_VERSION); | 1012 | MODULE_VERSION(WATCHDOG_VERSION); |
1013 | MODULE_LICENSE("GPL"); | 1013 | MODULE_LICENSE("GPL"); |
1014 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||
1015 | MODULE_ALIAS_MISCDEV(TEMP_MINOR); | ||