diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-22 23:36:11 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-22 23:36:11 +0000 |
commit | 7f0666a4296fd7d581ee9e21f550157f24c39998 (patch) | |
tree | 8e5cb888f07fd5b4445a85f012e37016be57a32f /arch/mips/kernel/setup.c | |
parent | 5205a16d8870cdd4cc524589de3e09ad176d129a (diff) |
Fix modular IDE. Patch from Pavel.
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r-- | arch/mips/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index a2c325fd6..809d13a85 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c @@ -76,7 +76,7 @@ extern struct fd_ops no_fd_ops; struct fd_ops *fd_ops; #endif -#ifdef CONFIG_BLK_DEV_IDE +#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE) extern struct ide_ops no_ide_ops; struct ide_ops *ide_ops; #endif |