From 75fe0d2eda96e2155ab08a34bfd950ec68822bba Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Mon, 28 Mar 2011 11:25:40 +0200 Subject: [PATCH] --- yaml --- r: 243266 b: refs/heads/master c: f2e0bf2181e4117fa7319be2c9249df968ad9096 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-footbridge/dc21285-timer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e9f84fb4c20f..03b6015ea67d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 11f2cde1165b56c88701954088437a556ddff07f +refs/heads/master: f2e0bf2181e4117fa7319be2c9249df968ad9096 diff --git a/trunk/arch/arm/mach-footbridge/dc21285-timer.c b/trunk/arch/arm/mach-footbridge/dc21285-timer.c index a921fe92b858..5f1f9867fc70 100644 --- a/trunk/arch/arm/mach-footbridge/dc21285-timer.c +++ b/trunk/arch/arm/mach-footbridge/dc21285-timer.c @@ -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; }