i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 23:26:39 +0000 (08:26 +0900)
committerWolfram Sang <w.sang@pengutronix.de>
Sat, 6 Oct 2012 13:57:25 +0000 (15:57 +0200)
commitd3b64c59341ac88b37a4474f8dee86b0d37accca
treeae8aec9f99f020501195c53b4fa7c4dcc812a2ba
parent3db11feffc1ad2ab9dea27789e6b5b3032827adc
i2c: s3c2410: 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: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-s3c2410.c