patch-2.3.27 linux/drivers/acorn/scsi/cumana_1.c

Next file: linux/drivers/acorn/scsi/cumana_2.c
Previous file: linux/drivers/acorn/scsi/arxescsi.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/drivers/acorn/scsi/cumana_1.c linux/drivers/acorn/scsi/cumana_1.c
@@ -69,10 +69,6 @@
 	{ 0xffff, 0xffff }
 };
 
-static struct proc_dir_entry proc_scsi_cumana1 = {
-	PROC_SCSI_T128, 12, "CumanaSCSI-1", S_IFDIR | S_IRUGO, S_IXUGO, 2
-};
-
 /*
  * Function : cumanascsi_setup(char *str, int *ints)
  *
@@ -106,7 +102,7 @@
     int count = 0;
     struct Scsi_Host *instance;
 
-    tpnt->proc_dir = &proc_scsi_cumana1;
+    tpnt->proc_name = "CumanaSCSI-1";
 
     memset (ecs, 0, sizeof (ecs));
 

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