From: Heiko Stübner Date: Wed, 26 Jun 2013 18:03:52 +0000 (+0200) Subject: watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS X-Git-Tag: v3.13-rc1~42^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad83c6cbf30eba322fbc822453316a4954d9b607;p=pandora-kernel.git watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS The dw_wdt only provides PM_SLEEP operations, so convert the driver to use SIMPLE_DEV_PM_OPS instead of populating the struct manually. This has the added effect of simplifying the CONFIG_PM ifdefs. Signed-off-by: Heiko Stuebner Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed