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

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

diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/NCR53C9x.c linux/drivers/scsi/NCR53C9x.c
@@ -94,11 +94,6 @@
 /*5*/	do_intr_end
 };
 
-struct proc_dir_entry proc_scsi_esp = {
-	PROC_SCSI_ESP, 3, "esp",
-	S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
-
 /* The master ring of all esp hosts we are managing in this driver. */
 struct NCR_ESP *espchain = 0;
 int nesps = 0, esps_in_use = 0, esps_running = 0;

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