patch-2.0.34 linux/drivers/block/ide.h

Next file: linux/drivers/block/md.c
Previous file: linux/drivers/block/ide.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.33/linux/drivers/block/ide.h linux/drivers/block/ide.h
@@ -65,6 +65,10 @@
  *  "No user-serviceable parts" beyond this point  :)
  *****************************************************************************/
 
+#if defined(CONFIG_BLK_DEV_IDESCSI) && !defined(CONFIG_SCSI)
+#error "SCSI must also be selected"
+#endif
+
 typedef unsigned char	byte;	/* used everywhere */
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov