summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/pci-bridge.h
diff options
context:
space:
mode:
authorBjorn Helgaas2011-10-29 00:26:41 +0200
committerJesse Barnes2012-01-06 21:11:00 +0100
commitce78fc6b284c4ece498f6b322b020268c7f0c0e9 (patch)
tree93fa3e1de9bbf068ed3872d0505fe6ad15118efb /arch/microblaze/include/asm/pci-bridge.h
parentmicroblaze/PCI: fix pci_bus_for_each_resource() usage (diff)
downloadkernel-qcow2-linux-ce78fc6b284c4ece498f6b322b020268c7f0c0e9.tar.gz
kernel-qcow2-linux-ce78fc6b284c4ece498f6b322b020268c7f0c0e9.tar.xz
kernel-qcow2-linux-ce78fc6b284c4ece498f6b322b020268c7f0c0e9.zip
microblaze/PCI: make pcibios_setup_phb_resources() static
CC: Michal Simek <monstr@monstr.eu> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/microblaze/include/asm/pci-bridge.h')
-rw-r--r--arch/microblaze/include/asm/pci-bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/pci-bridge.h b/arch/microblaze/include/asm/pci-bridge.h
index 32764cd077c6..e9834b2991d0 100644
--- a/arch/microblaze/include/asm/pci-bridge.h
+++ b/arch/microblaze/include/asm/pci-bridge.h
@@ -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 */