Commit 5be7fa58 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: export pci_scan_bus() as the IBM PCI Hotplug driver needs it.

parent ef7f120a
......@@ -594,4 +594,5 @@ EXPORT_SYMBOL(pci_setup_device);
EXPORT_SYMBOL(pci_add_new_bus);
EXPORT_SYMBOL(pci_do_scan_bus);
EXPORT_SYMBOL(pci_scan_slot);
EXPORT_SYMBOL(pci_scan_bus);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment