aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/shwdt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/shwdt.c b/drivers/watchdog/shwdt.c
index d04d02b41c32..061756e36cf8 100644
--- a/drivers/watchdog/shwdt.c
+++ b/drivers/watchdog/shwdt.c
@@ -282,8 +282,6 @@ static int sh_wdt_probe(struct platform_device *pdev)
282 wdt->timer.data = (unsigned long)wdt; 282 wdt->timer.data = (unsigned long)wdt;
283 wdt->timer.expires = next_ping_period(clock_division_ratio); 283 wdt->timer.expires = next_ping_period(clock_division_ratio);
284 284
285 platform_set_drvdata(pdev, wdt);
286
287 dev_info(&pdev->dev, "initialized.\n"); 285 dev_info(&pdev->dev, "initialized.\n");
288 286
289 pm_runtime_enable(&pdev->dev); 287 pm_runtime_enable(&pdev->dev);