diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2009-04-22 02:01:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-05-14 08:50:27 -0400 |
commit | ad058e95f943e26205aa916b83b85ccb21bd4812 (patch) | |
tree | 0dd16ccb9ea079517ec8cb509a597f997a031092 /arch/mips/alchemy | |
parent | 237e5a3443e5531336b880bbaf3e7bac110330f7 (diff) |
MIPS: Alchemy: Timer build fix
Fix breakage introduced by 8e19608e8b5c001e4a66ce482edc474f05fb7355.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy')
-rw-r--r-- | arch/mips/alchemy/common/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
44 | 44 | ||
45 | extern int allow_au1k_wait; /* default off for CP0 Counter */ | 45 | extern int allow_au1k_wait; /* default off for CP0 Counter */ |
46 | 46 | ||
47 | static cycle_t au1x_counter1_read(void) | 47 | static cycle_t au1x_counter1_read(struct clocksource *cs) |
48 | { | 48 | { |
49 | return au_readl(SYS_RTCREAD); | 49 | return au_readl(SYS_RTCREAD); |
50 | } | 50 | } |