[PATCH] Yet more PCI fixes for 2.5.70

Greg KH (greg@kroah.com)
Tue, 10 Jun 2003 11:49:24 -0700


ChangeSet 1.1316, 2003/06/09 15:27:00-07:00, greg@kroah.com

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/