ARM: imx6: use common of_clk_init() call to initialize clocks
authorShawn Guo <shawn.guo@linaro.org>
Tue, 21 May 2013 01:58:51 +0000 (09:58 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:14 +0000 (15:45 +0800)
Instead of explicitly calling clock initialization functions, we can
declare the functions with CLK_OF_DECLARE() and then call common
of_clk_init() to have them invoked properly.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found