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/net/fc | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/net/fc')
-rw-r--r-- | drivers/net/fc/iph5526.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/fc/iph5526.c b/drivers/net/fc/iph5526.c index 9cad49031..c1c9fde27 100644 --- a/drivers/net/fc/iph5526.c +++ b/drivers/net/fc/iph5526.c @@ -3752,11 +3752,6 @@ struct fc_info *fi = (struct fc_info*)dev->priv; /* SCSI stuff starts here */ -static struct proc_dir_entry proc_scsi_iph5526 = { - PROC_SCSI_IPH5526_FC, 7, "iph5526", S_IFDIR, S_IRUGO | S_IXUGO, 2 -}; - - int iph5526_detect(Scsi_Host_Template *tmpt) { struct Scsi_Host *host = NULL; @@ -3766,7 +3761,7 @@ int no_of_hosts = 0, timeout, i, j, count = 0; u_int pci_maddr = 0; struct pci_dev *pdev = NULL; - tmpt->proc_dir = &proc_scsi_iph5526; + tmpt->proc_name = "iph5526"; if (pci_present() == 0) { printk("iph5526: PCI not present\n"); return 0; |