[PARISC] time: Convert clocksource is_continuous to flag

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

+1 -1
+1 -1
arch/parisc/kernel/time.c
··· 186 .mult = 0, /* to be set */ 187 .shift = 22, 188 .update_callback = cr16_update_callback, 189 - .is_continuous = 1, 190 }; 191 192 static int cr16_update_callback(void)
··· 186 .mult = 0, /* to be set */ 187 .shift = 22, 188 .update_callback = cr16_update_callback, 189 + .flags = CLOCK_SOURCE_IS_CONTINUOUS, 190 }; 191 192 static int cr16_update_callback(void)