From: Heiko Stueber Date: Mon, 18 Mar 2013 04:43:52 +0000 (+0900) Subject: clk: samsung: fix pm init on non-dt platforms X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~45^2~3^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2466196d3e4f1fbe902ca8480bf4a03db78572b2;p=pandora-kernel.git clk: samsung: fix pm init on non-dt platforms The clock_init function checked for a dt node, returning immediately for non-dt machines. This let to the suspend init never being reached on those non-DT machines. So fix this by moving the pm init code above the check. Signed-off-by: Heiko Stueber Acked-by: Mike Turquette Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed