From: Gabor Juhos Date: Wed, 16 Apr 2014 09:35:50 +0000 (+0200) Subject: watchdog: ath79_wdt: switch to clk_prepare/clk_disable X-Git-Tag: omap-for-v3.16/fixes-against-rc1~59^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e62d9467cc5c69d7a23ebc50382c01b769e933;p=pandora-kernel.git watchdog: ath79_wdt: switch to clk_prepare/clk_disable Replace clk_enable() and clk_disable() calls with clk_prepare_enable() and clk_disable_unprepare() to get ready for the migration to the common clock framework. Signed-off-by: Gabor Juhos Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed