]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
microblaze/PCI: make pcibios_setup_phb_resources() static
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 28 Oct 2011 22:26:41 +0000 (16:26 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 12 Dec 2011 20:52:49 +0000 (12:52 -0800)
CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/microblaze/include/asm/pci-bridge.h
arch/microblaze/pci/pci-common.c

index 32764cd077c6452136a2aa98d830907741a1ba8f..e9834b2991d07fbca13aa127cacdd59bd89a1ee4 100644 (file)
@@ -140,7 +140,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);
 
 #endif /* __KERNEL__ */
 #endif /* _ASM_MICROBLAZE_PCI_BRIDGE_H */
index a720f664073a9dd51b2237d89703c73e96a0a084..8989773ff30016bce1c864b7388e888c4e28dca9 100644 (file)
@@ -1513,7 +1513,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;