clocksource: Use a plain u64 instead of cycle_t
[linux-2.6-block.git] / drivers / clocksource / qcom-timer.c
index 3283cfa2aa526dd9292fde87529d4b794458e97b..d5d048d890d4e662389a82d7db2ac254962daf17 100644 (file)
@@ -89,7 +89,7 @@ static struct clock_event_device __percpu *msm_evt;
 
 static void __iomem *source_base;
 
-static notrace cycle_t msm_read_timer_count(struct clocksource *cs)
+static notrace u64 msm_read_timer_count(struct clocksource *cs)
 {
        return readl_relaxed(source_base + TIMER_COUNT_VAL);
 }