Commit 58b40bdd authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/char/istallion.c

parent 1f4b4a27
......@@ -4670,9 +4670,6 @@ static inline int stli_findpcibrds()
printk("stli_findpcibrds()\n");
#endif
if (! pci_present())
return(0);
while ((dev = pci_find_device(PCI_VENDOR_ID_STALLION,
PCI_DEVICE_ID_ECRA, dev))) {
if ((rc = stli_initpcibrd(BRD_ECPPCI, dev)))
......
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