|
@@ -61,7 +61,7 @@ static inline int mips_clockevent_init(void)
|
|
extern int smtc_clockevent_init(void);
|
|
extern int smtc_clockevent_init(void);
|
|
|
|
|
|
return smtc_clockevent_init();
|
|
return smtc_clockevent_init();
|
|
-#elif CONFIG_CEVT_R4K
|
|
|
|
|
|
+#elif defined(CONFIG_CEVT_R4K)
|
|
return r4k_clockevent_init();
|
|
return r4k_clockevent_init();
|
|
#else
|
|
#else
|
|
return -ENXIO;
|
|
return -ENXIO;
|