diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /drivers/scsi/wd7000.c | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/scsi/wd7000.c')
-rw-r--r-- | drivers/scsi/wd7000.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/scsi/wd7000.c b/drivers/scsi/wd7000.c index 14515a018..dd1a9116b 100644 --- a/drivers/scsi/wd7000.c +++ b/drivers/scsi/wd7000.c @@ -171,17 +171,6 @@ #include "wd7000.h" #include <linux/stat.h> - -struct proc_dir_entry proc_scsi_wd7000 = -{ - PROC_SCSI_7000FASST, - 6, - "wd7000", - S_IFDIR | S_IRUGO | S_IXUGO, - 2 -}; - - /* * Mailbox structure sizes. * I prefer to keep the number of ICMBs much larger than the number of @@ -1542,7 +1531,7 @@ int wd7000_detect (Scsi_Host_Template *tpnt) for (i = 0; i < IRQS; wd7000_host[i++] = NULL) ; for (i = 0; i < NUM_CONFIGS; biosptr[i++] = -1) ; - tpnt->proc_dir = &proc_scsi_wd7000; + tpnt->proc_name = "wd7000"; tpnt->proc_info = &wd7000_proc_info; /* |