mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-14 18:29:12 +08:00
Some hotplug driver functions were migrated to the kernel for use by EEH in commit2bf6a8fa21. Previously, the PCI Hotplug module had been changed to use the new OFDT-based PCI probe when appropriate:5fa80fcdcaWhen rpaphp_pci_config_slot() was moved from the rpaphp driver to the new kernel function pcibios_add_pci_devices(), the OFDT-based probe stuff was dropped. This patch restores it. Signed-off-by: John Rose <johnrose@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>