patch-1.3.28 linux/drivers/scsi/53c7,8xx.h

Next file: linux/drivers/scsi/ChangeLog
Previous file: linux/drivers/scsi/53c7,8xx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.27/linux/drivers/scsi/53c7,8xx.h linux/drivers/scsi/53c7,8xx.h
@@ -59,7 +59,6 @@
 
 #endif
 
-
 /* 
  * Prevent name space pollution in hosts.c, and only provide the 
  * define we need to get the NCR53c7x0 driver into the host template
@@ -68,6 +67,7 @@
 
 #if defined(HOSTS_C) || defined(MODULE)
 #include <linux/scsicam.h>
+
 extern int NCR53c7xx_abort(Scsi_Cmnd *);
 extern int NCR53c7xx_detect(Scsi_Host_Template *tpnt);
 extern int NCR53c7xx_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
@@ -78,13 +78,13 @@
 #define NCR53c7xx_release NULL
 #endif
 
-#define NCR53c7xx {NULL, NULL, NULL, "NCR53c7xx",          \
- 	PROC_SCSI_NCR53C7xx, "NCR53c{7,8}xx (rel 4)", NCR53c7xx_detect, \
-    	NULL, /* info */ NULL, /* command, deprecated */ NULL, 		\
-	NCR53c7xx_queue_command, NCR53c7xx_abort, NCR53c7xx_reset,	\
-	NULL /* slave attach */, scsicam_bios_param, /* can queue */ 1, \
-	/* id */ 7, 127 /* old SG_ALL */, /* cmd per lun */ 1 , 	\
-	/* present */ 0, /* unchecked isa dma */ 0, DISABLE_CLUSTERING} 
+#define NCR53c7xx {NULL, NULL, NULL, NULL,     \
+        "NCR53c{7,8}xx (rel 4)", NCR53c7xx_detect,                      \
+        NULL, /* info */ NULL, /* command, deprecated */ NULL,          \
+        NCR53c7xx_queue_command, NCR53c7xx_abort, NCR53c7xx_reset,      \
+        NULL /* slave attach */, scsicam_bios_param, /* can queue */ 1, \
+        /* id */ 7, 127 /* old SG_ALL */, /* cmd per lun */ 1 ,         \
+        /* present */ 0, /* unchecked isa dma */ 0, DISABLE_CLUSTERING} 
 #endif /* defined(HOSTS_C) || defined(MODULE) */ 
 
 #ifndef HOSTS_C

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this