Re: [PATCH] Yet more PCI fixes for 2.5.70

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


ChangeSet 1.1317, 2003/06/09 15:29:23-07:00, greg@kroah.com

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

arch/sparc64/kernel/ebus.c | 3 ---
1 files changed, 3 deletions(-)

diff -Nru a/arch/sparc64/kernel/ebus.c b/arch/sparc64/kernel/ebus.c
--- a/arch/sparc64/kernel/ebus.c Tue Jun 10 11:22:37 2003
+++ b/arch/sparc64/kernel/ebus.c Tue Jun 10 11:22:37 2003
@@ -525,9 +525,6 @@
int nd, ebusnd, is_rio;
int num_ebus = 0;

- if (!pci_present())
- return;
-
pdev = find_next_ebus(NULL, &is_rio);
if (!pdev) {
printk("ebus: No EBus's found.\n");

-
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/