diff options
Diffstat (limited to 'drivers/watchdog/wdt285.c')
-rw-r--r-- | drivers/watchdog/wdt285.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/wdt285.c b/drivers/watchdog/wdt285.c index 5eec74053882..7355ddd0b207 100644 --- a/drivers/watchdog/wdt285.c +++ b/drivers/watchdog/wdt285.c | |||
@@ -224,7 +224,6 @@ static void __exit footbridge_watchdog_exit(void) | |||
224 | MODULE_AUTHOR("Phil Blundell <pb@nexus.co.uk>"); | 224 | MODULE_AUTHOR("Phil Blundell <pb@nexus.co.uk>"); |
225 | MODULE_DESCRIPTION("Footbridge watchdog driver"); | 225 | MODULE_DESCRIPTION("Footbridge watchdog driver"); |
226 | MODULE_LICENSE("GPL"); | 226 | MODULE_LICENSE("GPL"); |
227 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||
228 | 227 | ||
229 | module_param(soft_margin, int, 0); | 228 | module_param(soft_margin, int, 0); |
230 | MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds"); | 229 | MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds"); |