Commit 0c67e55e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/scsi/aic7xxx_old.c

parent 63ae4c86
......@@ -9033,7 +9033,6 @@ aic7xxx_detect(Scsi_Host_Template *template)
/*
* PCI-bus probe.
*/
if (pci_present())
{
struct
{
......@@ -9692,7 +9691,7 @@ aic7xxx_detect(Scsi_Host_Template *template)
}
} /* while(pdev=....) */
} /* for PCI_DEVICES */
} /* PCI BIOS present */
}
#endif /* CONFIG_PCI */
#if defined(__i386__) || defined(__alpha__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment