patch-2.1.23 linux/drivers/scsi/a3000.h

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

diff -u --recursive --new-file v2.1.22/linux/drivers/scsi/a3000.h linux/drivers/scsi/a3000.h
@@ -1,6 +1,6 @@
 #ifndef A3000_H
 
-/* $Id: a3000.h,v 1.3 1996/04/25 20:58:09 root Exp root $
+/* $Id: a3000.h,v 1.4 1997/01/19 23:07:10 davem Exp $
  *
  * Header file for the Amiga 3000 built-in SCSI controller for Linux
  *
@@ -34,7 +34,7 @@
 extern struct proc_dir_entry proc_scsi_a3000;
 
 #define A3000_SCSI {  /* next */                NULL,            \
-		      /* usage_count */         NULL,	         \
+		      /* module */         NULL,	         \
 		      /* proc_dir_entry */      &proc_scsi_a3000, \
 		      /* proc_info */           NULL,            \
 		      /* name */                "Amiga 3000 built-in SCSI", \
@@ -59,7 +59,7 @@
 /*
  * if the transfer address ANDed with this results in a non-zero
  * result, then we can't use DMA.
- */ 
+ */
 #define A3000_XFER_MASK  (0x00000003)
 
 typedef struct {

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