aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/acpica/utxferror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utxferror.c b/drivers/acpi/acpica/utxferror.c
index bf679c4885fd..6f12e314fbae 100644
--- a/drivers/acpi/acpica/utxferror.c
+++ b/drivers/acpi/acpica/utxferror.c
@@ -221,7 +221,7 @@ ACPI_EXPORT_SYMBOL(acpi_info)
221 * The remainder of this module contains internal error functions that may 221 * The remainder of this module contains internal error functions that may
222 * be configured out. 222 * be configured out.
223 */ 223 */
224#ifndef ACPI_NO_ERROR_MESSAGES 224#if !defined (ACPI_NO_ERROR_MESSAGES) && !defined (ACPI_BIN_APP)
225/******************************************************************************* 225/*******************************************************************************
226 * 226 *
227 * FUNCTION: acpi_ut_predefined_warning 227 * FUNCTION: acpi_ut_predefined_warning