aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/parisc/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c
index 5cbc286cd086..d45f77f62908 100644
--- a/arch/parisc/kernel/time.c
+++ b/arch/parisc/kernel/time.c
@@ -186,7 +186,7 @@ static struct clocksource clocksource_cr16 = {
186 .mult = 0, /* to be set */ 186 .mult = 0, /* to be set */
187 .shift = 22, 187 .shift = 22,
188 .update_callback = cr16_update_callback, 188 .update_callback = cr16_update_callback,
189 .is_continuous = 1, 189 .flags = CLOCK_SOURCE_IS_CONTINUOUS,
190}; 190};
191 191
192static int cr16_update_callback(void) 192static int cr16_update_callback(void)