Explorar el Código

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>
Manuel Lauss hace 16 años
padre
commit
ad058e95f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/mips/alchemy/common/time.c

+ 1 - 1
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);
 }