Commit 31637cd5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI Hotplug: export the acpi_resource_to_address64 function, as the acpi pci...

PCI Hotplug: export the acpi_resource_to_address64 function, as the acpi pci hotplug driver needs it.
parent 96f87bd4
......@@ -80,6 +80,7 @@ EXPORT_SYMBOL(acpi_get_current_resources);
EXPORT_SYMBOL(acpi_get_possible_resources);
EXPORT_SYMBOL(acpi_walk_resources);
EXPORT_SYMBOL(acpi_set_current_resources);
EXPORT_SYMBOL(acpi_resource_to_address64);
EXPORT_SYMBOL(acpi_enable_event);
EXPORT_SYMBOL(acpi_disable_event);
EXPORT_SYMBOL(acpi_clear_event);
......
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