usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare
commitc05c946c68e381074dde259d8ce243da1b1aae02
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 23:41:37 +0000 (3 08:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:39:06 +0000 (24 14:39 -0700)
tree90037077fb4be4d2f92beb1a5c4eeb39ea61c8a4
parente1deb56cb775ab953bc5245feaf1f43269409139
usb: ohci-exynos: 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>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-exynos.c