clocksource: pass clocksource to read() callback
[pandora-kernel.git] / arch / mips / nxp / pnx8550 / common / time.c
index cf293b2..8df43e9 100644 (file)
@@ -35,7 +35,7 @@
 
 static unsigned long cpj;
 
-static cycle_t hpt_read(void)
+static cycle_t hpt_read(struct clocksource *cs)
 {
        return read_c0_count2();
 }