diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/pci-bridge.h | 1 | ||||
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 56b879ab3a40..31bf836ad22c 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/powerpc/include/asm/pci-bridge.h | |||
@@ -222,7 +222,6 @@ extern void pci_process_bridge_OF_ranges(struct pci_controller *hose, | |||
222 | /* Allocate & free a PCI host bridge structure */ | 222 | /* Allocate & free a PCI host bridge structure */ |
223 | extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev); | 223 | extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev); |
224 | extern void pcibios_free_controller(struct pci_controller *phb); | 224 | extern void pcibios_free_controller(struct pci_controller *phb); |
225 | extern void pcibios_setup_phb_resources(struct pci_controller *hose); | ||
226 | 225 | ||
227 | #ifdef CONFIG_PCI | 226 | #ifdef CONFIG_PCI |
228 | extern int pcibios_vaddr_is_ioport(void __iomem *address); | 227 | extern int pcibios_vaddr_is_ioport(void __iomem *address); |
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 53e1f5e27b39..88953c8c7dde 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
@@ -1560,7 +1560,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
1560 | return pci_enable_resources(dev, mask); | 1560 | return pci_enable_resources(dev, mask); |
1561 | } | 1561 | } |
1562 | 1562 | ||
1563 | void __devinit pcibios_setup_phb_resources(struct pci_controller *hose) | 1563 | static void __devinit pcibios_setup_phb_resources(struct pci_controller *hose) |
1564 | { | 1564 | { |
1565 | struct pci_bus *bus = hose->bus; | 1565 | struct pci_bus *bus = hose->bus; |
1566 | struct resource *res; | 1566 | struct resource *res; |