mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 09:49:58 -04:00
arm: footbridge: Make cksrc_dc21285_disable() void
This clocksource function needs to be void. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user