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

Commit f2e0bf21 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

arm: footbridge: Make cksrc_dc21285_disable() void



This clocksource function needs to be void.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 11f2cde1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ static int cksrc_dc21285_enable(struct clocksource *cs)
	return 0;
}

static int cksrc_dc21285_disable(struct clocksource *cs)
static void cksrc_dc21285_disable(struct clocksource *cs)
{
	*CSR_TIMER2_CNTL = 0;
}