Commit a09a3531 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/atm/ambassador.c

parent 54d9e3ce
......@@ -2509,9 +2509,6 @@ static int __init amb_probe (void) {
PRINTD (DBG_FLOW, "amb_probe");
if (!pci_present())
return 0;
devs = 0;
pci_dev = NULL;
while ((pci_dev = pci_find_device
......
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