forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/acpi/acpica/dswstate.c
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: dswstate - Dispatcher parse tree walk management routines
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -530,7 +530,7 @@
530530
531531 /* Init the method args/local */
532532
533
-#if (!defined (ACPI_NO_METHOD_EXECUTION) && !defined (ACPI_CONSTANT_EVAL_ONLY))
533
+#ifndef ACPI_CONSTANT_EVAL_ONLY
534534 acpi_ds_method_data_init(walk_state);
535535 #endif
536536