diff options
Diffstat (limited to 'drivers/watchdog/acquirewdt.c')
-rw-r--r-- | drivers/watchdog/acquirewdt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/watchdog/acquirewdt.c b/drivers/watchdog/acquirewdt.c index 24a517777fa0..5cf1621def9c 100644 --- a/drivers/watchdog/acquirewdt.c +++ b/drivers/watchdog/acquirewdt.c | |||
@@ -60,8 +60,7 @@ | |||
60 | #include <linux/types.h> /* For standard types (like size_t) */ | 60 | #include <linux/types.h> /* For standard types (like size_t) */ |
61 | #include <linux/errno.h> /* For the -ENODEV/... values */ | 61 | #include <linux/errno.h> /* For the -ENODEV/... values */ |
62 | #include <linux/kernel.h> /* For printk/panic/... */ | 62 | #include <linux/kernel.h> /* For printk/panic/... */ |
63 | #include <linux/miscdevice.h> /* For MODULE_ALIAS_MISCDEV | 63 | #include <linux/miscdevice.h> /* For struct miscdevice */ |
64 | (WATCHDOG_MINOR) */ | ||
65 | #include <linux/watchdog.h> /* For the watchdog specific items */ | 64 | #include <linux/watchdog.h> /* For the watchdog specific items */ |
66 | #include <linux/fs.h> /* For file operations */ | 65 | #include <linux/fs.h> /* For file operations */ |
67 | #include <linux/ioport.h> /* For io-port access */ | 66 | #include <linux/ioport.h> /* For io-port access */ |
@@ -337,4 +336,3 @@ module_exit(acq_exit); | |||
337 | MODULE_AUTHOR("David Woodhouse"); | 336 | MODULE_AUTHOR("David Woodhouse"); |
338 | MODULE_DESCRIPTION("Acquire Inc. Single Board Computer Watchdog Timer driver"); | 337 | MODULE_DESCRIPTION("Acquire Inc. Single Board Computer Watchdog Timer driver"); |
339 | MODULE_LICENSE("GPL"); | 338 | MODULE_LICENSE("GPL"); |
340 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||