aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorlinas <linas@austin.ibm.com>2005-12-13 13:46:36 -0600
committerPaul Mackerras <paulus@samba.org>2006-01-09 14:54:02 +1100
commit31087d7d49bf5fc9cbc2c4852a079213755e8733 (patch)
treed41ede60954f3f677377695ee7c0e230f334eb8a /include/asm-powerpc
parentc4b22f268914ff824a6334b62afd23f7ad79df11 (diff)
downloadlinux-31087d7d49bf5fc9cbc2c4852a079213755e8733.tar.gz
[PATCH] powerpc: export PCI fixup routine
There is code in the RPAPHP directory that is identical to this routine; I'll be removing that code in an upcoming patch, but this patch is needed to expose the function to make it callable. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/pci-bridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h
index 01132bb602e39..3d94e55f25d61 100644
--- a/include/asm-powerpc/pci-bridge.h
+++ b/include/asm-powerpc/pci-bridge.h
@@ -136,6 +136,7 @@ void pcibios_remove_pci_devices(struct pci_bus *bus);
/** Discover new pci devices under this bus, and add them */
void pcibios_add_pci_devices(struct pci_bus * bus);
+void pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus);
extern int pcibios_remove_root_bus(struct pci_controller *phb);