PCI Hotplug: export the acpi_resource_to_address64 function, as the acpi pci hotplug driver needs it.
drivers/acpi/acpi_ksyms.c | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/acpi/acpi_ksyms.c b/drivers/acpi/acpi_ksyms.c
--- a/drivers/acpi/acpi_ksyms.c Tue May 6 15:55:41 2003
+++ b/drivers/acpi/acpi_ksyms.c Tue May 6 15:55:41 2003
@@ -80,6 +80,7 @@
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/