diff options
author | linas <linas@austin.ibm.com> | 2005-12-13 13:46:36 -0600 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 14:54:02 +1100 |
commit | 31087d7d49bf5fc9cbc2c4852a079213755e8733 (patch) | |
tree | d41ede60954f3f677377695ee7c0e230f334eb8a /arch | |
parent | c4b22f268914ff824a6334b62afd23f7ad79df11 (diff) | |
download | op-kernel-dev-31087d7d49bf5fc9cbc2c4852a079213755e8733.zip op-kernel-dev-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 'arch')
-rw-r--r-- | arch/powerpc/platforms/pseries/pci_dlpar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/pci_dlpar.c b/arch/powerpc/platforms/pseries/pci_dlpar.c index 283377a..2193478 100644 --- a/arch/powerpc/platforms/pseries/pci_dlpar.c +++ b/arch/powerpc/platforms/pseries/pci_dlpar.c @@ -77,7 +77,7 @@ pcibios_remove_pci_devices(struct pci_bus *bus) } /* Must be called before pci_bus_add_devices */ -static void +void pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus) { struct pci_dev *dev; |