From: Vaibhav Hiremath Date: Mon, 9 Jul 2012 12:54:30 +0000 (+0530) Subject: ARM: OMAP2+: hwmod: Invoke init_clkdm before other init functions X-Git-Tag: omap-for-v3.8/clock-signed^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b797be1d4c079e78a3cb4e95f4a74274a4aef9f5;p=pandora-kernel.git ARM: OMAP2+: hwmod: Invoke init_clkdm before other init functions Without this kernel would crash, since clkdm inside omap_hwmod is accessed in some of the init functions like, _init_main_clk. So call init_clkdm before _init_main_clk(). Signed-off-by: Vaibhav Hiremath Signed-off-by: Mike Turquette Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed