From: Bob Moore Date: Fri, 17 Sep 2010 00:14:01 +0000 (+0800) Subject: ACPICA: Increase configurability of error messages X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=75434a2ae37b78887b7a1d70d0a23bbd5e09fb01;p=deliverable%2Flinux.git ACPICA: Increase configurability of error messages Update to utxferror.c Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- 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) * The remainder of this module contains internal error functions that may * be configured out. */ -#ifndef ACPI_NO_ERROR_MESSAGES +#if !defined (ACPI_NO_ERROR_MESSAGES) && !defined (ACPI_BIN_APP) /******************************************************************************* * * FUNCTION: acpi_ut_predefined_warning