diff options
author | Bob Moore <robert.moore@intel.com> | 2010-09-16 20:14:01 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-10-01 01:47:57 -0400 |
commit | 75434a2ae37b78887b7a1d70d0a23bbd5e09fb01 (patch) | |
tree | 7dad4c43dc2754bbd199dfaec1ee2f299cd0198d /drivers/acpi/acpica | |
parent | 77b23f712bc40a65160e7d02b045f1562bb43ff1 (diff) |
ACPICA: Increase configurability of error messages
Update to utxferror.c
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r-- | drivers/acpi/acpica/utxferror.c | 2 |
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 |