clocksource: Use a plain u64 instead of cycle_t
[linux-2.6-block.git] / arch / arm / mach-footbridge / dc21285-timer.c
index 810edc78c8172a7fc24f7121418cae34d67f73a5..75395a720e6338b49636bef9157ea330f133025c 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "common.h"
 
-static cycle_t cksrc_dc21285_read(struct clocksource *cs)
+static u64 cksrc_dc21285_read(struct clocksource *cs)
 {
        return cs->mask - *CSR_TIMER2_VALUE;
 }