xtensa: add s32c1i sanity check
[firefly-linux-kernel-4.4.55.git] / arch / xtensa / kernel / time.c
index ac62f9cf1e100518ce719d10beb7110385b149ba..19b32a0eaebcc665732e460c22a6ce493d4e29b1 100644 (file)
@@ -31,7 +31,7 @@ unsigned long ccount_per_jiffy;               /* per 1/HZ */
 unsigned long nsec_per_ccount;         /* nsec per ccount increment */
 #endif
 
-static cycle_t ccount_read(void)
+static cycle_t ccount_read(struct clocksource *cs)
 {
        return (cycle_t)get_ccount();
 }