patch-2.3.27 linux/drivers/scsi/eata.c
Next file: linux/drivers/scsi/eata_dma.c
Previous file: linux/drivers/scsi/dtc.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Nov 11 16:57:30 1999
- Orig file:
v2.3.26/linux/drivers/scsi/eata.c
- Orig date:
Mon Oct 4 15:49:29 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/eata.c linux/drivers/scsi/eata.c
@@ -424,11 +424,6 @@
#define SPIN_UNLOCK_RESTORE \
spin_unlock_irqrestore(&io_request_lock, spin_flags);
-struct proc_dir_entry proc_scsi_eata2x = {
- PROC_SCSI_EATA2X, 6, "eata2x",
- S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
-
/* Subversion values */
#define ISA 0
#define ESA 1
@@ -1257,7 +1252,7 @@
int eata2x_detect(Scsi_Host_Template *tpnt) {
unsigned int j = 0, k;
- tpnt->proc_dir = &proc_scsi_eata2x;
+ tpnt->proc_name = "eata2x";
if(boot_options) option_setup(boot_options);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)