diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 01:22:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-03 01:22:27 +0000 |
commit | f9bbe9da79dbc8557c74efeb158b431cd67ace52 (patch) | |
tree | 3220d014a35f9d88a48668a1468524e988daebff /init | |
parent | 3d697109c1ff85ef563aec3d5e113ef225ed2792 (diff) |
Upgrade to 2.1.73.
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 3 |
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 |