clocksource: pass clocksource to read() callback
[deliverable/linux.git] / arch / arm / mach-davinci / time.c
index f8bcd29d17a624a6a1d762b0b6ec4c82ffcf59a2..6c227d4ba998fbe1ca6c23fd6f84a1d621f69848 100644 (file)
@@ -238,7 +238,7 @@ static void __init timer_init(void)
 /*
  * clocksource
  */
-static cycle_t read_cycles(void)
+static cycle_t read_cycles(struct clocksource *cs)
 {
        struct timer_s *t = &timers[TID_CLOCKSOURCE];
 
This page took 0.055107 seconds and 5 git commands to generate.