Commit 7329dae1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 80c55f10
......@@ -2804,9 +2804,6 @@ static inline int stl_findpcibrds()
printk("stl_findpcibrds()\n");
#endif
if (! pci_present())
return(0);
for (i = 0; (i < stl_nrpcibrds); i++)
while ((dev = pci_find_device(stl_pcibrds[i].vendid,
stl_pcibrds[i].devid, 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