aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/xtensa/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c
index ac62f9cf1e10..19b32a0eaebc 100644
--- a/arch/xtensa/kernel/time.c
+++ b/arch/xtensa/kernel/time.c
@@ -31,7 +31,7 @@ unsigned long ccount_per_jiffy; /* per 1/HZ */
31unsigned long nsec_per_ccount; /* nsec per ccount increment */ 31unsigned long nsec_per_ccount; /* nsec per ccount increment */
32#endif 32#endif
33 33
34static cycle_t ccount_read(void) 34static cycle_t ccount_read(struct clocksource *cs)
35{ 35{
36 return (cycle_t)get_ccount(); 36 return (cycle_t)get_ccount();
37} 37}