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

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

diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/esp.c linux/drivers/scsi/esp.c
@@ -173,11 +173,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. */
 static struct Sparc_ESP *espchain;
 static int esps_running = 0;

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