commit | 50d854c8a72b87ffa5523aa07c5013e2c6657714 | [log] [tgz] |
---|---|---|
author | Thomas Abraham <thomas.abraham@linaro.org> | Wed Oct 03 07:32:40 2012 +0900 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Dec 19 22:24:43 2012 +0100 |
tree | 77d28236b4a99dba62249d7240ec9840aa7526f8 | |
parent | 2d076bb8397fea2480487e9547e34b8d4f77eb67 [diff] |
watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>