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

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

diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/ibmmca.c linux/drivers/scsi/ibmmca.c
@@ -275,15 +275,6 @@
   {0x8efe, "IBM SCSI Adapter"}, /* special = 4 */
 };
 
-/*for /proc filesystem */
-struct proc_dir_entry proc_scsi_ibmmca =
-{
-  PROC_SCSI_IBMMCA, 6, "ibmmca",
-  S_IFDIR | S_IRUGO | S_IXUGO, 2,
-  0, 0, 0, NULL, NULL, NULL, NULL,
-  NULL, NULL, NULL
-};
-
 /* Max number of logical devices (can be up from 0 to 14).  15 is the address
 of the adapter itself. */
 #define MAX_LOG_DEV  15

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