Re: [PATCH] PCI hotplug changes for 2.5.69

Greg KH (greg@kroah.com)
Tue, 6 May 2003 16:06:54 -0700


ChangeSet 1.1086, 2003/05/06 15:51:03-07:00, greg@kroah.com

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/