summaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 3f40f8e90..a509f5cbe 100644
--- a/init/main.c
+++ b/init/main.c
@@ -109,6 +109,9 @@ extern void com90xx_setup(char *str, int *ints);
extern void decnet_setup(char *str, int *ints);
#endif
extern void xd_setup(char *str, int *ints);
+#ifdef CONFIG_BLK_DEV_IDE
+extern void ide_setup(char *);
+#endif
#ifdef CONFIG_BLK_DEV_EZ
extern void ez_setup(char *str, int *ints);
#endif