Skip to content

Commit

Permalink
MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 20, 2008
1 parent 664c4bb commit a24e849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static inline int mips_clockevent_init(void)
/*
* Initialize the count register as a clocksource
*/
#ifdef CONFIG_CEVT_R4K
#ifdef CONFIG_CSRC_R4K
extern int init_mips_clocksource(void);
#else
static inline int init_mips_clocksource(void)
Expand Down

0 comments on commit a24e849

Please sign in to comment.