diff options
Diffstat (limited to 'drivers/watchdog/sb_wdog.c')
-rw-r--r-- | drivers/watchdog/sb_wdog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c index ea5d84a1fdad..3abae50773b8 100644 --- a/drivers/watchdog/sb_wdog.c +++ b/drivers/watchdog/sb_wdog.c | |||
@@ -341,7 +341,6 @@ MODULE_PARM_DESC(timeout, | |||
341 | "Watchdog timeout in microseconds (max/default 8388607 or 8.3ish secs)"); | 341 | "Watchdog timeout in microseconds (max/default 8388607 or 8.3ish secs)"); |
342 | 342 | ||
343 | MODULE_LICENSE("GPL"); | 343 | MODULE_LICENSE("GPL"); |
344 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | ||
345 | 344 | ||
346 | /* | 345 | /* |
347 | * example code that can be put in a platform code area to utilize the | 346 | * example code that can be put in a platform code area to utilize the |