patch-2.4.0-test9 linux/drivers/scsi/dtc.h

Next file: linux/drivers/scsi/eata.c
Previous file: linux/drivers/scsi/dtc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/dtc.h linux/drivers/scsi/dtc.h
@@ -55,8 +55,6 @@
  * macros when this is being used solely for the host stub.
  */
 
-#if defined(HOSTS_C) || defined(MODULE)
-
 #define DTC3x80 {				\
 	name:           "DTC 3180/3280 ",	\
 	detect:         dtc_detect,		\
@@ -70,10 +68,6 @@
 	cmd_per_lun:    CMD_PER_LUN ,		\
 	use_clustering: DISABLE_CLUSTERING}
 
-#endif
-
-#ifndef HOSTS_C
-
 #define NCR5380_implementation_fields \
     volatile unsigned int base
 
@@ -124,6 +118,5 @@
 #define DTC_IRQS 0x9c00
 
 
-#endif /* else def HOSTS_C */
 #endif /* ndef ASM */
 #endif /* DTC3280_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)