[PARISC] time: Convert clocksource is_continuous to flag
authorKyle McMartin <kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 01:15:18 +0000 (20:15 -0500)
committerKyle McMartin <kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 01:15:18 +0000 (20:15 -0500)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/time.c

index 5cbc286cd08618e5159243d9c8b6b634c441c4db..d45f77f6290825f8e576e5bd948aa45d59305262 100644 (file)
@@ -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)