From eaf87404ebd5527937100fc4b9ba72035bab7847 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 5 Feb 2001 00:40:54 +0000 Subject: Remove calls to pci_set_bus_ranges which no longer exists. --- arch/mips/ddb5074/pci.c | 1 - arch/mips/ddb5476/pci.c | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/mips/ddb5074/pci.c b/arch/mips/ddb5074/pci.c index aa27cd333..c663c7d53 100644 --- a/arch/mips/ddb5074/pci.c +++ b/arch/mips/ddb5074/pci.c @@ -298,7 +298,6 @@ void __init pcibios_init(void) pci_scan_bus(0, &nile4_pci_ops, NULL); ddb5074_pci_fixup(); pci_assign_unassigned_resources(); - pci_set_bus_ranges(); pcibios_fixup_irqs(); } diff --git a/arch/mips/ddb5476/pci.c b/arch/mips/ddb5476/pci.c index 10ab0f89d..0bd7132ed 100644 --- a/arch/mips/ddb5476/pci.c +++ b/arch/mips/ddb5476/pci.c @@ -347,7 +347,6 @@ void __init pcibios_init(void) pci_scan_bus(0, &nile4_pci_ops, NULL); ddb5476_pci_fixup(); pci_assign_unassigned_resources(); - pci_set_bus_ranges(); pcibios_fixup_irqs(); } -- cgit v1.2.3