patch-2.3.27 linux/drivers/scsi/mesh.h

Next file: linux/drivers/scsi/mvme16x.c
Previous file: linux/drivers/scsi/mesh.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/mesh.h linux/drivers/scsi/mesh.h
@@ -7,8 +7,6 @@
 #ifndef _MESH_H
 #define _MESH_H
 
-extern struct proc_dir_entry proc_scsi_mesh;
-
 int mesh_detect(Scsi_Host_Template *);
 int mesh_command(Scsi_Cmnd *);
 int mesh_queue(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
@@ -16,7 +14,7 @@
 int mesh_reset(Scsi_Cmnd *, unsigned int);
 
 #define SCSI_MESH {					\
-	proc_dir:	&proc_scsi_mesh,		\
+	proc_name:	"mesh",				\
 	name:		"MESH",				\
 	detect:		mesh_detect,			\
 	command:	mesh_command,			\

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