From 87c8174727c95ab43f5bd2164e78c665c6945e67 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 26 Feb 2007 20:15:18 -0500 Subject: [PARISC] time: Convert clocksource is_continuous to flag Signed-off-by: Kyle McMartin --- arch/parisc/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/parisc') 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 = { .mult = 0, /* to be set */ .shift = 22, .update_callback = cr16_update_callback, - .is_continuous = 1, + .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; static int cr16_update_callback(void) -- cgit v1.2.3-59-g8ed1b