diff options
Diffstat (limited to 'drivers/watchdog/cpu5wdt.c')
-rw-r--r-- | drivers/watchdog/cpu5wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/cpu5wdt.c b/drivers/watchdog/cpu5wdt.c index f270bb7bc456..f7ae49edb518 100644 --- a/drivers/watchdog/cpu5wdt.c +++ b/drivers/watchdog/cpu5wdt.c | |||
@@ -289,7 +289,6 @@ MODULE_AUTHOR("Heiko Ronsdorf <hero@ihg.uni-duisburg.de>"); | |||
289 | MODULE_DESCRIPTION("sma cpu5 watchdog driver"); | 289 | MODULE_DESCRIPTION("sma cpu5 watchdog driver"); |
290 | MODULE_SUPPORTED_DEVICE("sma cpu5 watchdog"); | 290 | MODULE_SUPPORTED_DEVICE("sma cpu5 watchdog"); |
291 | MODULE_LICENSE("GPL"); | 291 | MODULE_LICENSE("GPL"); |
292 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||
293 | 292 | ||
294 | module_param(port, int, 0); | 293 | module_param(port, int, 0); |
295 | MODULE_PARM_DESC(port, "base address of watchdog card, default is 0x91"); | 294 | MODULE_PARM_DESC(port, "base address of watchdog card, default is 0x91"); |