diff options
Diffstat (limited to 'drivers/watchdog/bfin_wdt.c')
-rw-r--r-- | drivers/watchdog/bfin_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c index 5d36d6fb4969..a3b6a5b30f9f 100644 --- a/drivers/watchdog/bfin_wdt.c +++ b/drivers/watchdog/bfin_wdt.c | |||
@@ -465,7 +465,6 @@ module_exit(bfin_wdt_exit); | |||
465 | MODULE_AUTHOR("Michele d'Amico, Mike Frysinger <vapier@gentoo.org>"); | 465 | MODULE_AUTHOR("Michele d'Amico, Mike Frysinger <vapier@gentoo.org>"); |
466 | MODULE_DESCRIPTION("Blackfin Watchdog Device Driver"); | 466 | MODULE_DESCRIPTION("Blackfin Watchdog Device Driver"); |
467 | MODULE_LICENSE("GPL"); | 467 | MODULE_LICENSE("GPL"); |
468 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||
469 | 468 | ||
470 | module_param(timeout, uint, 0); | 469 | module_param(timeout, uint, 0); |
471 | MODULE_PARM_DESC(timeout, | 470 | MODULE_PARM_DESC(timeout, |