kernel/drivers/acpi/acpica/dswstate.c
.. .. @@ -3,7 +3,7 @@ 3 3 * 4 4 * Module Name: dswstate - Dispatcher parse tree walk management routines 5 5 * 6 - * Copyright (C) 2000 - 2018, Intel Corp.6 + * Copyright (C) 2000 - 2020, Intel Corp.7 7 * 8 8 *****************************************************************************/ 9 9 .. .. @@ -530,7 +530,7 @@ 530 530 531 531 /* Init the method args/local */ 532 532 533 -#if (!defined (ACPI_NO_METHOD_EXECUTION) && !defined (ACPI_CONSTANT_EVAL_ONLY))533 +#ifndef ACPI_CONSTANT_EVAL_ONLY534 534 acpi_ds_method_data_init(walk_state); 535 535 #endif 536 536