提交 87c81747 编写于 作者: K Kyle McMartin

[PARISC] time: Convert clocksource is_continuous to flag

Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 00d1f3c3
...@@ -186,7 +186,7 @@ static struct clocksource clocksource_cr16 = { ...@@ -186,7 +186,7 @@ static struct clocksource clocksource_cr16 = {
.mult = 0, /* to be set */ .mult = 0, /* to be set */
.shift = 22, .shift = 22,
.update_callback = cr16_update_callback, .update_callback = cr16_update_callback,
.is_continuous = 1, .flags = CLOCK_SOURCE_IS_CONTINUOUS,
}; };
static int cr16_update_callback(void) static int cr16_update_callback(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册