diff options
Diffstat (limited to 'drivers/watchdog/pnx4008_wdt.c')
-rw-r--r-- | drivers/watchdog/pnx4008_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c index 22f8873dd092..b0eb9f9b43c7 100644 --- a/drivers/watchdog/pnx4008_wdt.c +++ b/drivers/watchdog/pnx4008_wdt.c | |||
@@ -335,7 +335,7 @@ static int __init pnx4008_wdt_init(void) | |||
335 | 335 | ||
336 | static void __exit pnx4008_wdt_exit(void) | 336 | static void __exit pnx4008_wdt_exit(void) |
337 | { | 337 | { |
338 | return platform_driver_unregister(&platform_wdt_driver); | 338 | platform_driver_unregister(&platform_wdt_driver); |
339 | } | 339 | } |
340 | 340 | ||
341 | module_init(pnx4008_wdt_init); | 341 | module_init(pnx4008_wdt_init); |