patch-2.3.13 linux/include/asm-alpha/ide.h
Next file: linux/include/asm-alpha/init.h
Previous file: linux/include/asm-alpha/hardirq.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Aug 6 11:16:54 1999
- Orig file:
v2.3.12/linux/include/asm-alpha/ide.h
- Orig date:
Thu May 13 11:00:08 1999
diff -u --recursive --new-file v2.3.12/linux/include/asm-alpha/ide.h linux/include/asm-alpha/ide.h
@@ -13,6 +13,8 @@
#ifdef __KERNEL__
+#include <linux/config.h>
+
#ifndef MAX_HWIFS
#define MAX_HWIFS 4
#endif
@@ -67,7 +69,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;
@@ -76,7 +78,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)