patch-2.3.51 linux/include/asm-mips64/ide.h
Next file: linux/include/asm-ppc/prom.h
Previous file: linux/include/asm-ia64/softirq.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Mar 9 23:31:43 2000
- Orig file:
v2.3.50/linux/include/asm-mips64/ide.h
- Orig date:
Sat Feb 26 22:31:57 2000
diff -u --recursive --new-file v2.3.50/linux/include/asm-mips64/ide.h linux/include/asm-mips64/ide.h
@@ -14,6 +14,8 @@
#ifdef __KERNEL__
+#include <linux/config.h>
+
#ifndef MAX_HWIFS
#define MAX_HWIFS 6
#endif
@@ -64,7 +66,7 @@
*/
static inline void ide_init_default_hwifs(void)
{
-#ifdef __DO_I_NEED_THIS
+#ifndef CONFIG_BLK_DEV_IDEPCI
hw_regs_t hw;
int index;
@@ -73,7 +75,7 @@
hw.irq = ide_default_irq(ide_default_io_base(index));
ide_register_hw(&hw, NULL);
}
-#endif /* __DO_I_NEED_THIS */
+#endif /* CONFIG_BLK_DEV_IDEPCI */
}
typedef union {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)