MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/include/asm/time.h
··· 63 /* 64 * Initialize the count register as a clocksource 65 */ 66 - #ifdef CONFIG_CEVT_R4K 67 extern int init_mips_clocksource(void); 68 #else 69 static inline int init_mips_clocksource(void)
··· 63 /* 64 * Initialize the count register as a clocksource 65 */ 66 + #ifdef CONFIG_CSRC_R4K 67 extern int init_mips_clocksource(void); 68 #else 69 static inline int init_mips_clocksource(void)