Commit 2a6251e0 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 917b32b2
......@@ -409,9 +409,6 @@ static int __init skge_probe (void)
printk("%s\n", BootString);
}
if (!pci_present()) /* is PCI support present? */
return -ENODEV;
while((pdev = pci_find_device(PCI_VENDOR_ID_SYSKONNECT,
PCI_DEVICE_ID_SYSKONNECT_GE, pdev)) != NULL) {
......
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