patch-2.3.27 linux/drivers/scsi/mesh.c
Next file: linux/drivers/scsi/mesh.h
Previous file: linux/drivers/scsi/megaraid.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Thu Nov 11 16:57:30 1999
-  Orig file: 
v2.3.26/linux/drivers/scsi/mesh.c
-  Orig date: 
Fri Sep 10 23:57:31 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/mesh.c linux/drivers/scsi/mesh.c
@@ -65,11 +65,6 @@
 #define ALLOW_DEBUG(tgt)	((mesh_debug_targets >> (tgt)) & 1)
 #define DEBUG_TARGET(cmd)	((cmd) && ALLOW_DEBUG((cmd)->target))
 
-struct proc_dir_entry proc_scsi_mesh = {
-	PROC_SCSI_MESH, 4, "mesh",
-	S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
-
 #undef MESH_DBG
 #define N_DBG_LOG	50
 #define N_DBG_SLOG	20
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)