summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dswstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/dispatcher/dswstate.c')
-rw-r--r--source/components/dispatcher/dswstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dswstate.c b/source/components/dispatcher/dswstate.c
index 7994cb12dd1c..409d7f71fa64 100644
--- a/source/components/dispatcher/dswstate.c
+++ b/source/components/dispatcher/dswstate.c
@@ -733,7 +733,7 @@ AcpiDsCreateWalkState (
/* Init the method args/local */
-#if (!defined (ACPI_NO_METHOD_EXECUTION) && !defined (ACPI_CONSTANT_EVAL_ONLY))
+#ifndef ACPI_CONSTANT_EVAL_ONLY
AcpiDsMethodDataInit (WalkState);
#endif