Merge branch 'topic/hda' into for-linus
[pandora-kernel.git] / arch / x86 / kernel / tsc.c
index 7a567eb..d57de05 100644 (file)
@@ -699,7 +699,7 @@ static struct clocksource clocksource_tsc;
  * code, which is necessary to support wrapping clocksources like pm
  * timer.
  */
-static cycle_t read_tsc(void)
+static cycle_t read_tsc(struct clocksource *cs)
 {
        cycle_t ret = (cycle_t)get_cycles();