From: Manuel Lauss Date: Wed, 22 Apr 2009 06:01:48 +0000 (+0200) Subject: MIPS: Alchemy: Timer build fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad058e95f943e26205aa916b83b85ccb21bd4812;p=linux-beck.git MIPS: Alchemy: Timer build fix Fix breakage introduced by 8e19608e8b5c001e4a66ce482edc474f05fb7355. Signed-off-by: Manuel Lauss Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/alchemy/common/time.c b/arch/mips/alchemy/common/time.c index f58d4ffb8945..33fbae79af5e 100644 --- a/arch/mips/alchemy/common/time.c +++ b/arch/mips/alchemy/common/time.c @@ -44,7 +44,7 @@ extern int allow_au1k_wait; /* default off for CP0 Counter */ -static cycle_t au1x_counter1_read(void) +static cycle_t au1x_counter1_read(struct clocksource *cs) { return au_readl(SYS_RTCREAD); }