Commit 54d9e3ce authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from arch/sparc64/kernel/ebus.c

parent 7b0fa45d
...@@ -525,9 +525,6 @@ void __init ebus_init(void) ...@@ -525,9 +525,6 @@ void __init ebus_init(void)
int nd, ebusnd, is_rio; int nd, ebusnd, is_rio;
int num_ebus = 0; int num_ebus = 0;
if (!pci_present())
return;
pdev = find_next_ebus(NULL, &is_rio); pdev = find_next_ebus(NULL, &is_rio);
if (!pdev) { if (!pdev) {
printk("ebus: No EBus's found.\n"); printk("ebus: No EBus's found.\n");
......
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