watchdog: remove empty pm-functions
authorWolfram Sang <w.sang@pengutronix.de>
Thu, 14 Jul 2011 10:53:00 +0000 (12:53 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 26 Jul 2011 21:21:16 +0000 (21:21 +0000)
While checking what watchdog drivers usually do in suspend/resume to
spot common behaviour for the watchdog framework, I found these drivers
which do nothing but add some cruft. Remove it, it is superfluous. New
approaches should probably be done with pm_ops anyway.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

No differences found