ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APIC
[deliverable/linux.git] / drivers / acpi / bus.c
index b587ec8257b2190758eca2b8b3306a933d4ae16d..e1bd9a18111724f92b377213266414dcd0ba7e40 100644 (file)
@@ -174,7 +174,7 @@ static void acpi_print_osc_error(acpi_handle handle,
        printk("\n");
 }
 
-static acpi_status acpi_str_to_uuid(char *str, u8 *uuid)
+acpi_status acpi_str_to_uuid(char *str, u8 *uuid)
 {
        int i;
        static int opc_map_to_uuid[16] = {6, 4, 2, 0, 11, 9, 16, 14, 19, 21,
@@ -195,6 +195,7 @@ static acpi_status acpi_str_to_uuid(char *str, u8 *uuid)
        }
        return AE_OK;
 }
+EXPORT_SYMBOL_GPL(acpi_str_to_uuid);
 
 acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context)
 {
This page took 0.023781 seconds and 5 git commands to generate.