forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/acpi/acpica/exutils.c
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: exutils - interpreter/scanner utilities
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -34,7 +34,6 @@
3434 /* Local prototypes */
3535 static u32 acpi_ex_digits_needed(u64 value, u32 base);
3636
37
-#ifndef ACPI_NO_METHOD_EXECUTION
3837 /*******************************************************************************
3938 *
4039 * FUNCTION: acpi_ex_enter_interpreter
....@@ -161,7 +160,7 @@
161160 * RETURN: None
162161 *
163162 * DESCRIPTION: Obtain the ACPI hardware Global Lock, only if the field
164
- * flags specifiy that it is to be obtained before field access.
163
+ * flags specify that it is to be obtained before field access.
165164 *
166165 ******************************************************************************/
167166
....@@ -409,5 +408,3 @@
409408
410409 return (TRUE);
411410 }
412
-
413
-#endif