watchdog: stmp3xxx: Remove unused variables
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 4 Jan 2016 12:30:47 +0000 (10:30 -0200)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 11 Jan 2016 20:51:28 +0000 (21:51 +0100)
commit9ca128a99fa56f006fe6c5801896aea5e00f8479
tree6545d0a3b59f1b68cfe70ba964b158e68914e730
parentab3f09fe16d158cb4f84e558c61ec5d6d601f2e0
watchdog: stmp3xxx: Remove unused variables

Commit 8d2fa17151ea3 ("watchdog: stmp3xxx: Stop the watchdog on system
halt") introduced the following build warning:

drivers/watchdog/stmp3xxx_rtc_wdt.c: In function 'wdt_notify_sys':
drivers/watchdog/stmp3xxx_rtc_wdt.c:78:29: warning: unused variable 'pdata' [-Wunused-variable]

Remove the unused 'pdata' and 'dev' variables.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/stmp3xxx_rtc_wdt.c