diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-15 04:23:07 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-03-31 07:28:00 -0400 |
commit | 1cf8a3487d385b3221d07ab6a7a003761e8806c1 (patch) | |
tree | b158541534598f205f0b4ad9cebc6d1836b4ab7e | |
parent | a9ba8376e9e6f7d3d6dd5c2c6816e9a9358d38e8 (diff) |
watchdog: shwdt: Remove unused variable
Variable "wdt" is not used anywhere in the function sh_wdt_remove().
This patch removes this variable.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r-- | drivers/watchdog/shwdt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/shwdt.c b/drivers/watchdog/shwdt.c index af3528f84d65..d04d02b41c32 100644 --- a/drivers/watchdog/shwdt.c +++ b/drivers/watchdog/shwdt.c | |||
@@ -293,8 +293,6 @@ static int sh_wdt_probe(struct platform_device *pdev) | |||
293 | 293 | ||
294 | static int sh_wdt_remove(struct platform_device *pdev) | 294 | static int sh_wdt_remove(struct platform_device *pdev) |
295 | { | 295 | { |
296 | struct sh_wdt *wdt = platform_get_drvdata(pdev); | ||
297 | |||
298 | watchdog_unregister_device(&sh_wdt_dev); | 296 | watchdog_unregister_device(&sh_wdt_dev); |
299 | 297 | ||
300 | pm_runtime_disable(&pdev->dev); | 298 | pm_runtime_disable(&pdev->dev); |