Commit 7b0fa45d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 78134d08
...@@ -267,9 +267,6 @@ void __init ebus_init(void) ...@@ -267,9 +267,6 @@ void __init ebus_init(void)
int reg, nreg; int reg, nreg;
int num_ebus = 0; int num_ebus = 0;
if (!pci_present())
return;
prom_getstring(prom_root_node, "name", lbuf, sizeof(lbuf)); prom_getstring(prom_root_node, "name", lbuf, sizeof(lbuf));
for (sp = ebus_blacklist; sp->esname != NULL; sp++) { for (sp = ebus_blacklist; sp->esname != NULL; sp++) {
if (strcmp(lbuf, sp->esname) == 0) { if (strcmp(lbuf, sp->esname) == 0) {
......
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