diff options
Diffstat (limited to 'drivers/clocksource/qcom-timer.c')
-rw-r--r-- | drivers/clocksource/qcom-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/qcom-timer.c b/drivers/clocksource/qcom-timer.c index 8d115db1e651..098c542e5c53 100644 --- a/drivers/clocksource/qcom-timer.c +++ b/drivers/clocksource/qcom-timer.c | |||
@@ -219,7 +219,7 @@ static void __init msm_timer_init(u32 dgt_hz, int sched_bits, int irq, | |||
219 | } | 219 | } |
220 | 220 | ||
221 | /* Immediately configure the timer on the boot CPU */ | 221 | /* Immediately configure the timer on the boot CPU */ |
222 | msm_local_timer_setup(__this_cpu_ptr(msm_evt)); | 222 | msm_local_timer_setup(raw_cpu_ptr(msm_evt)); |
223 | } | 223 | } |
224 | 224 | ||
225 | err: | 225 | err: |