|
@@ -228,7 +228,14 @@ extern void sni_pcimt_irq_init(void);
|
|
extern void sni_cpu_time_init(void);
|
|
extern void sni_cpu_time_init(void);
|
|
|
|
|
|
/* eisa init for RM200/400 */
|
|
/* eisa init for RM200/400 */
|
|
|
|
+#ifdef CONFIG_EISA
|
|
extern int sni_eisa_root_init(void);
|
|
extern int sni_eisa_root_init(void);
|
|
|
|
+#else
|
|
|
|
+static inline int sni_eisa_root_init(void)
|
|
|
|
+{
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+#endif
|
|
|
|
|
|
/* common irq stuff */
|
|
/* common irq stuff */
|
|
extern void (*sni_hwint)(void);
|
|
extern void (*sni_hwint)(void);
|