Commit 3e1dc644 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Update linkage for get mutex name interface

ACPICA commit cb9a3906ec35da7a6e0b8972f8e6e7895e59c208

Always enable the function.

Link: https://github.com/acpica/acpica/commit/cb9a3906Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Schmauss <erik.schmauss@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 692aa0cf
...@@ -230,10 +230,10 @@ u64 acpi_ut_implicit_strtoul64(char *string); ...@@ -230,10 +230,10 @@ u64 acpi_ut_implicit_strtoul64(char *string);
*/ */
acpi_status acpi_ut_init_globals(void); acpi_status acpi_ut_init_globals(void);
#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
const char *acpi_ut_get_mutex_name(u32 mutex_id); const char *acpi_ut_get_mutex_name(u32 mutex_id);
#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type); const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type);
#endif #endif
......
...@@ -395,11 +395,6 @@ const char *acpi_ut_get_reference_name(union acpi_operand_object *object) ...@@ -395,11 +395,6 @@ const char *acpi_ut_get_reference_name(union acpi_operand_object *object)
return (acpi_gbl_ref_class_names[object->reference.class]); return (acpi_gbl_ref_class_names[object->reference.class]);
} }
#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
/*
* Strings and procedures used for debug only
*/
/******************************************************************************* /*******************************************************************************
* *
* FUNCTION: acpi_ut_get_mutex_name * FUNCTION: acpi_ut_get_mutex_name
...@@ -433,6 +428,12 @@ const char *acpi_ut_get_mutex_name(u32 mutex_id) ...@@ -433,6 +428,12 @@ const char *acpi_ut_get_mutex_name(u32 mutex_id)
return (acpi_gbl_mutex_names[mutex_id]); return (acpi_gbl_mutex_names[mutex_id]);
} }
#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
/*
* Strings and procedures used for debug only
*/
/******************************************************************************* /*******************************************************************************
* *
* FUNCTION: acpi_ut_get_notify_name * FUNCTION: acpi_ut_get_notify_name
......
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