aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/time.h b/arch/mips/include/asm/time.h
index e46f23f54a50..df6a430de5eb 100644
--- a/arch/mips/include/asm/time.h
+++ b/arch/mips/include/asm/time.h
@@ -61,7 +61,7 @@ static inline int mips_clockevent_init(void)
61 extern int smtc_clockevent_init(void); 61 extern int smtc_clockevent_init(void);
62 62
63 return smtc_clockevent_init(); 63 return smtc_clockevent_init();
64#elif CONFIG_CEVT_R4K 64#elif defined(CONFIG_CEVT_R4K)
65 return r4k_clockevent_init(); 65 return r4k_clockevent_init();
66#else 66#else
67 return -ENXIO; 67 return -ENXIO;