From: Linas Vepstas Date: Mon, 7 May 2007 17:11:11 +0000 (+1000) Subject: [POWERPC] Export pcibios_remove_pci_devices X-Git-Tag: v2.6.22-rc1~358^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fb39a96e23d4d1115f8e7e0b9916d0e9c23d8f65;p=karo-tx-linux.git [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 ---- arch/powerpc/platforms/pseries/pci_dlpar.c | 1 + 1 file changed, 1 insertion(+) Signed-off-by: Paul Mackerras --- 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