[PARISC] time: Convert clocksource is_continuous to flag

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
Kyle McMartin 2007-02-26 20:15:18 -05:00
parent 00d1f3c31a
commit 87c8174727
1 changed files with 1 additions and 1 deletions

View 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)