[PATCH] clk: qcom: Fix msm8660 GCC probe

2014-05-16 Thread Stephen Boyd
When consolidating the msm8660 GCC probe code I forgot to keep around these temporary clock registrations. Put them back so the clock tree is not entirely orphaned. Fixes: 49fc825f0cc2 (clk: qcom: Consolidate common probe code) Signed-off-by: Stephen Boyd --- drivers/clk/qcom/gcc-msm8660.c | 12

[PATCH] clk: qcom: Fix msm8660 GCC probe

2014-05-16 Thread Stephen Boyd
When consolidating the msm8660 GCC probe code I forgot to keep around these temporary clock registrations. Put them back so the clock tree is not entirely orphaned. Fixes: 49fc825f0cc2 (clk: qcom: Consolidate common probe code) Signed-off-by: Stephen Boyd sb...@codeaurora.org ---