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/dtc.c | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/scsi/dtc.c')
-rw-r--r-- | drivers/scsi/dtc.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c index 112ff9b72..0a2e94300 100644 --- a/drivers/scsi/dtc.c +++ b/drivers/scsi/dtc.c @@ -134,13 +134,6 @@ /*!!!! for dtc, it's a 128 byte buffer at 3900 !!! */ #define DTC_DATA_BUF 0x3900 /* rw 128 bytes long */ - -struct proc_dir_entry proc_scsi_dtc = { - PROC_SCSI_T128, 7, "dtc3x80", - S_IFDIR | S_IRUGO | S_IXUGO, 2 - }; - - static struct override { unsigned int address; int irq; @@ -214,7 +207,7 @@ int __init dtc_detect(Scsi_Host_Template * tpnt){ unsigned int base; int sig, count; - tpnt->proc_dir = &proc_scsi_dtc; + tpnt->proc_name = "dtc3x80"; tpnt->proc_info = &dtc_proc_info; for (count = 0; current_override < NO_OVERRIDES; ++current_override) { |