mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-18 20:46:55 +07:00
[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>
This commit is contained in:
parent
f596575e81
commit
fb39a96e23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user