|
@@ -31,7 +31,7 @@ unsigned long ccount_per_jiffy; /* per 1/HZ */
|
|
unsigned long nsec_per_ccount; /* nsec per ccount increment */
|
|
unsigned long nsec_per_ccount; /* nsec per ccount increment */
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-static cycle_t ccount_read(void)
|
|
|
|
|
|
+static cycle_t ccount_read(struct clocksource *cs)
|
|
{
|
|
{
|
|
return (cycle_t)get_ccount();
|
|
return (cycle_t)get_ccount();
|
|
}
|
|
}
|