Skip to content

Commit a24e849

Browse files
committed
MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol.
Signed-off-by: Ralf Baechle <[email protected]>
1 parent 664c4bb commit a24e849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/include/asm/time.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static inline int mips_clockevent_init(void)
6363
/*
6464
* Initialize the count register as a clocksource
6565
*/
66-
#ifdef CONFIG_CEVT_R4K
66+
#ifdef CONFIG_CSRC_R4K
6767
extern int init_mips_clocksource(void);
6868
#else
6969
static inline int init_mips_clocksource(void)

0 commit comments

Comments
 (0)