Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c81747 authored by Kyle McMartin's avatar Kyle McMartin
Browse files

[PARISC] time: Convert clocksource is_continuous to flag

parent 00d1f3c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)