Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / clocksource / mips-gic-timer.c
index d9278847ffb25070c4aaca5387319ccd2f0ea9e5..d9ef7a61e093964485e2f078c733a299b33cc409 100644 (file)
@@ -125,7 +125,7 @@ static int gic_clockevent_init(void)
        return 0;
 }
 
-static cycle_t gic_hpt_read(struct clocksource *cs)
+static u64 gic_hpt_read(struct clocksource *cs)
 {
        return gic_read_count();
 }