]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
powerpc/PCI: make pcibios_setup_phb_resources() static
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 28 Oct 2011 22:27:33 +0000 (16:27 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 6 Jan 2012 20:11:08 +0000 (12:11 -0800)
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/powerpc/include/asm/pci-bridge.h
arch/powerpc/kernel/pci-common.c

index 56b879ab3a40211a26c8a7af9a4d606be2913e89..31bf836ad22cc947a42f3de9ebf5345427206f34 100644 (file)
@@ -222,7 +222,6 @@ extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
 /* Allocate & free a PCI host bridge structure */
 extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
 extern void pcibios_free_controller(struct pci_controller *phb);
-extern void pcibios_setup_phb_resources(struct pci_controller *hose);
 
 #ifdef CONFIG_PCI
 extern int pcibios_vaddr_is_ioport(void __iomem *address);
index 53e1f5e27b3999c867f594239610e63ef78d5ead..88953c8c7dde929131ae7a234aea7088d1d13470 100644 (file)
@@ -1560,7 +1560,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
        return pci_enable_resources(dev, mask);
 }
 
-void __devinit pcibios_setup_phb_resources(struct pci_controller *hose)
+static void __devinit pcibios_setup_phb_resources(struct pci_controller *hose)
 {
        struct pci_bus *bus = hose->bus;
        struct resource *res;