summaryrefslogtreecommitdiffstats
path: root/source/components/utilities/utxferror.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/utilities/utxferror.c')
-rw-r--r--source/components/utilities/utxferror.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/components/utilities/utxferror.c b/source/components/utilities/utxferror.c
index 4a06537..48dd79c 100644
--- a/source/components/utilities/utxferror.c
+++ b/source/components/utilities/utxferror.c
@@ -56,6 +56,8 @@
* tools/applications.
*/
+#ifndef ACPI_NO_ERROR_MESSAGES /* Entire module */
+
/*******************************************************************************
*
* FUNCTION: AcpiError
@@ -290,3 +292,5 @@ AcpiBiosWarning (
}
ACPI_EXPORT_SYMBOL (AcpiBiosWarning)
+
+#endif /* ACPI_NO_ERROR_MESSAGES */
OpenPOWER on IntegriCloud