PCI: remove pci_present() from arch/sparc/kernel/ebus.c
arch/sparc/kernel/ebus.c | 3 ---
1 files changed, 3 deletions(-)
diff -Nru a/arch/sparc/kernel/ebus.c b/arch/sparc/kernel/ebus.c
--- a/arch/sparc/kernel/ebus.c Tue Jun 10 11:22:41 2003
+++ b/arch/sparc/kernel/ebus.c Tue Jun 10 11:22:41 2003
@@ -267,9 +267,6 @@
int reg, nreg;
int num_ebus = 0;
- if (!pci_present())
- return;
-
prom_getstring(prom_root_node, "name", lbuf, sizeof(lbuf));
for (sp = ebus_blacklist; sp->esname != NULL; sp++) {
if (strcmp(lbuf, sp->esname) == 0) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/