arm: footbridge: Make cksrc_dc21285_disable() void
authorThomas Gleixner <tglx@linutronix.de>
Mon, 28 Mar 2011 09:25:40 +0000 (11:25 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:47:50 +0000 (14:47 +0200)
This clocksource function needs to be void.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/arm/mach-footbridge/dc21285-timer.c

index a921fe9..5f1f986 100644 (file)
@@ -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;
 }