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 3283cfa2aa52..d5d048d890d4 100644 --- a/drivers/clocksource/qcom-timer.c +++ b/drivers/clocksource/qcom-timer.c | |||
@@ -89,7 +89,7 @@ static struct clock_event_device __percpu *msm_evt; | |||
89 | 89 | ||
90 | static void __iomem *source_base; | 90 | static void __iomem *source_base; |
91 | 91 | ||
92 | static notrace cycle_t msm_read_timer_count(struct clocksource *cs) | 92 | static notrace u64 msm_read_timer_count(struct clocksource *cs) |
93 | { | 93 | { |
94 | return readl_relaxed(source_base + TIMER_COUNT_VAL); | 94 | return readl_relaxed(source_base + TIMER_COUNT_VAL); |
95 | } | 95 | } |