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

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

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/atari_scsi.h linux/drivers/scsi/atari_scsi.h
@@ -51,8 +51,6 @@
 #define	DEFAULT_USE_TAGGED_QUEUING	0
 
 
-#if defined (HOSTS_C) || defined (MODULE)
-
 #define ATARI_SCSI {    proc_info:         atari_scsi_proc_info,	\
 			name:              "Atari native SCSI",		\
 			detect:            atari_scsi_detect,		\
@@ -67,10 +65,6 @@
 			cmd_per_lun:       0, /* initialized at run-time */	\
 			use_clustering:	   DISABLE_CLUSTERING }
 
-#endif
-
-#ifndef HOSTS_C
-
 #define	NCR5380_implementation_fields	/* none */
 
 #define NCR5380_read(reg)		  atari_scsi_reg_read( reg )
@@ -267,7 +261,6 @@
 #define NDEBUG_ANY	0xffffffff
 
 
-#endif /* else def HOSTS_C */
 #endif /* ndef ASM */
 #endif /* ATARI_SCSI_H */
 

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