Commit 77bfc31b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/net/acenic.c

parent 29c980ef
......@@ -618,9 +618,6 @@ int __devinit acenic_probe (ACE_PROBE_ARG)
return -ENODEV;
probed++;
if (!pci_present()) /* is PCI support present? */
return -ENODEV;
version_disp = 0;
while ((pdev = pci_find_class(PCI_CLASS_NETWORK_ETHERNET<<8, pdev))) {
......
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