From: Shawn Guo Date: Tue, 21 May 2013 01:58:51 +0000 (+0800) Subject: ARM: imx6: use common of_clk_init() call to initialize clocks X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~10^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bb71da1c5c14267089218923585840f76e2480;p=pandora-kernel.git ARM: imx6: use common of_clk_init() call to initialize clocks 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 --- Reading git-diff-tree failed