diff options
Diffstat (limited to 'drivers/watchdog/bfin_wdt.c')
-rw-r--r-- | drivers/watchdog/bfin_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c index 241f8af88d15..5d36d6fb4969 100644 --- a/drivers/watchdog/bfin_wdt.c +++ b/drivers/watchdog/bfin_wdt.c | |||
@@ -379,7 +379,7 @@ static int bfin_wdt_probe(struct platform_device *pdev) | |||
379 | * Unregisters the misc device. Actual device | 379 | * Unregisters the misc device. Actual device |
380 | * deinitialization is handled by bfin_wdt_close(). | 380 | * deinitialization is handled by bfin_wdt_close(). |
381 | */ | 381 | */ |
382 | static int __devexit bfin_wdt_remove(struct platform_device *pdev) | 382 | static int bfin_wdt_remove(struct platform_device *pdev) |
383 | { | 383 | { |
384 | misc_deregister(&bfin_wdt_miscdev); | 384 | misc_deregister(&bfin_wdt_miscdev); |
385 | return 0; | 385 | return 0; |