clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/disable_u...
authorBoris BREZILLON <b.brezillon@overkiz.com>
Wed, 2 Oct 2013 12:35:20 +0000 (14:35 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 3 Oct 2013 14:28:23 +0000 (16:28 +0200)
commit0e746ec55812a2f8f5ab986aeedd5291e3b6fad4
tree7faca507c2a8244b40d7b58e9b98bc5c1b35b31f
parent191124efb4d6e5e47fe073b4b97350873523e88c
clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/disable_unprepare

Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to
avoid common clk framework warnings.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/tcb_clksrc.c