[PATCH] Yet more PCI fixes for 2.5.70

From: Greg KH (greg@kroah.com)
Date: Tue Jun 10 2003 - 13:49:24 EST


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/



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:25 EST