summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR53c406a.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
commitf969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch)
treeb3530d803df59d726afaabebc6626987dee1ca05 /drivers/scsi/NCR53c406a.c
parenta10ce7ef2066b455d69187643ddf2073bfc4db24 (diff)
Merge with 2.3.27.
Diffstat (limited to 'drivers/scsi/NCR53c406a.c')
-rw-r--r--drivers/scsi/NCR53c406a.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/NCR53c406a.c b/drivers/scsi/NCR53c406a.c
index 52a9196c6..1ee14b6e3 100644
--- a/drivers/scsi/NCR53c406a.c
+++ b/drivers/scsi/NCR53c406a.c
@@ -212,10 +212,6 @@ static volatile int internal_done_flag = 0;
static volatile int internal_done_errcode = 0;
static char info_msg[256];
-struct proc_dir_entry proc_scsi_NCR53c406a = {
- PROC_SCSI_NCR53C406A, 7, "NCR53c406a",
- S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
/* ================================================================= */
/* possible BIOS locations */
@@ -571,7 +567,7 @@ NCR53c406a_detect(Scsi_Host_Template * tpnt){
#endif USE_DMA
tpnt->present = 1;
- tpnt->proc_dir = &proc_scsi_NCR53c406a;
+ tpnt->proc_name = "NCR53c406a";
shpnt = scsi_register(tpnt, 0);
shpnt->irq = irq_level;