Commit f2e0bf21 authored by Thomas Gleixner's avatar Thomas Gleixner

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
...@@ -30,7 +30,7 @@ static int cksrc_dc21285_enable(struct clocksource *cs) ...@@ -30,7 +30,7 @@ static int cksrc_dc21285_enable(struct clocksource *cs)
return 0; return 0;
} }
static int cksrc_dc21285_disable(struct clocksource *cs) static void cksrc_dc21285_disable(struct clocksource *cs)
{ {
*CSR_TIMER2_CNTL = 0; *CSR_TIMER2_CNTL = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment