From: Anatolij Gustschin Date: Fri, 25 Jan 2013 16:29:21 +0000 (+0100) Subject: powerpc/512x: initialize clocks before bus probing X-Git-Tag: v3.9-rc1~100^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29bc0a4e3712ddada0b3bc251105689d6ce4f91;p=pandora-kernel.git powerpc/512x: initialize clocks before bus probing Early driver probing can fail due to not available clocks (clk_get() fails) since the clk API init didn't take place yet. Move clocks init before bus probing. Signed-off-by: Anatolij Gustschin --- Reading git-diff-tree failed