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

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

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/a2091.h linux/drivers/scsi/a2091.h
@@ -29,8 +29,6 @@
 #define CAN_QUEUE 16
 #endif
 
-#ifdef HOSTS_C
-
 #define A2091_SCSI {  proc_name:	   "A2901", \
 		      name:                "Commodore A2091/A590 SCSI", \
 		      detect:              a2091_detect,    \
@@ -43,7 +41,6 @@
 		      sg_tablesize:        SG_ALL,          \
 		      cmd_per_lun:	   CMD_PER_LUN,     \
 		      use_clustering:      DISABLE_CLUSTERING }
-#else
 
 /*
  * if the transfer address ANDed with this results in a non-zero
@@ -91,7 +88,5 @@
 #define ISTR_OE_INT		(1<<2)
 #define ISTR_FF_FLG		(1<<1)
 #define ISTR_FE_FLG		(1<<0)
-
-#endif /* else def HOSTS_C */
 
 #endif /* A2091_H */

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