aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorLinas Vepstas <linas@austin.ibm.com>2007-05-08 03:11:11 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-08 11:54:19 +1000
commitfb39a96e23d4d1115f8e7e0b9916d0e9c23d8f65 (patch)
tree0ce04e6f999ca73a043c12f252ef5da44e65b5d0 /arch/powerpc/platforms
parent[POWERPC] via-pmu: remove LED sleep notifier (diff)
downloadlinux-dev-fb39a96e23d4d1115f8e7e0b9916d0e9c23d8f65.tar.xz
linux-dev-fb39a96e23d4d1115f8e7e0b9916d0e9c23d8f65.zip
[POWERPC] Export pcibios_remove_pci_devices
The pseries PCI hotplug code cannot build as a module, unless the pcibios_remove_pci_devices function is exported. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> ---- arch/powerpc/platforms/pseries/pci_dlpar.c | 1 + 1 file changed, 1 insertion(+) Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/pseries/pci_dlpar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/pci_dlpar.c b/arch/powerpc/platforms/pseries/pci_dlpar.c
index fdc1a369f767..ffaf6c5c517b 100644
--- a/arch/powerpc/platforms/pseries/pci_dlpar.c
+++ b/arch/powerpc/platforms/pseries/pci_dlpar.c
@@ -79,6 +79,7 @@ pcibios_remove_pci_devices(struct pci_bus *bus)
pci_remove_bus_device(dev);
}
}
+EXPORT_SYMBOL_GPL(pcibios_remove_pci_devices);
/* Must be called before pci_bus_add_devices */
void