watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare
authorHeiko Stübner <heiko@sntech.de>
Wed, 26 Jun 2013 18:04:31 +0000 (20:04 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Nov 2013 18:33:56 +0000 (19:33 +0100)
commit280103e6b5de6ae1e23d9067202cdd67dd06b490
tree84c68e89e3b12c87b98e885f1b889f187992b4b6
parentad83c6cbf30eba322fbc822453316a4954d9b607
watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare

This is necessary to make the driver work with platforms using the
common clock framework.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/dw_wdt.c