diff options
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/mpcore_wdt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/mpcore_wdt.c b/drivers/watchdog/mpcore_wdt.c index 233cfadcb21f..4f5ac408c7a3 100644 --- a/drivers/watchdog/mpcore_wdt.c +++ b/drivers/watchdog/mpcore_wdt.c | |||
@@ -379,8 +379,6 @@ static int mpcore_wdt_probe(struct platform_device *pdev) | |||
379 | 379 | ||
380 | static int mpcore_wdt_remove(struct platform_device *pdev) | 380 | static int mpcore_wdt_remove(struct platform_device *pdev) |
381 | { | 381 | { |
382 | platform_set_drvdata(pdev, NULL); | ||
383 | |||
384 | misc_deregister(&mpcore_wdt_miscdev); | 382 | misc_deregister(&mpcore_wdt_miscdev); |
385 | 383 | ||
386 | mpcore_wdt_pdev = NULL; | 384 | mpcore_wdt_pdev = NULL; |