msm: acpuclock-8960: Fix 8960 build issue when compiled with !SMP
& not required.
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
diff --git a/arch/arm/mach-msm/acpuclock-8960.c b/arch/arm/mach-msm/acpuclock-8960.c
index 12173c1..475b443 100644
--- a/arch/arm/mach-msm/acpuclock-8960.c
+++ b/arch/arm/mach-msm/acpuclock-8960.c
@@ -943,7 +943,7 @@
void __init msm_acpu_clock_init(struct msm_acpu_clock_platform_data *clkdata)
{
init_clock_sources(&scalable[L2], &l2_freq_tbl[L2_BOOT_IDX].speed);
- on_each_cpu(&per_cpu_init, NULL, true);
+ on_each_cpu(per_cpu_init, NULL, true);
regulator_init();
bus_init();