patch-2.3.27 linux/drivers/scsi/atp870u.c

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

diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/atp870u.c linux/drivers/scsi/atp870u.c
@@ -30,12 +30,6 @@
 
 #include<linux/stat.h>
 
-struct proc_dir_entry proc_scsi_atp870u =
-{
-	PROC_SCSI_ATP870U, 7, "atp870u",
-	S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
-
 void mydlyu(unsigned int);
 
 /*
@@ -1457,7 +1451,7 @@
 		printk("   NO BIOS32 SUPPORT.\n");
 		return count;
 	}
-	tpnt->proc_dir = &proc_scsi_atp870u;
+	tpnt->proc_name = "atp870u";
 
 	for (h = 0; h < 2; h++) {
 		active_idu[h] = 0;

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