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:
Thomas Gleixner 2011-03-28 11:25:40 +02:00
parent 11f2cde116
commit f2e0bf2181
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }