clocksource: Replace __this_cpu_ptr with raw_cpu_ptr
authorChristoph Lameter <cl@linux.com>
Sun, 17 Aug 2014 17:30:55 +0000 (12:30 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 26 Aug 2014 17:45:56 +0000 (13:45 -0400)
commit77422a8fee1b96d2420a8a254f784bab8644ac41
tree2f558615506f696a95f0de8bac8ecdb75f849ffd
parent494fc42170bf0747ac28e12ef13a7d388d5ff2c7
clocksource: Replace __this_cpu_ptr with raw_cpu_ptr

One newly introduced __this_cpu_ptr should be raw_cpu_ptr.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/clocksource/qcom-timer.c