Commit 9d8e0531 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 175f66cf
......@@ -4460,9 +4460,7 @@ GDTH_INITFUNC(int, gdth_detect(Scsi_Host_Template *shtp))
}
/* scanning for PCI controllers */
#if LINUX_VERSION_CODE >= 0x2015C
if (pci_present())
#else
#if LINUX_VERSION_CODE < 0x2015C
if (pcibios_present())
#endif
{
......
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