aboutsummaryrefslogtreecommitdiff
path: root/src/ec/compal/ene932/acpi/ec.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/compal/ene932/acpi/ec.asl')
-rw-r--r--src/ec/compal/ene932/acpi/ec.asl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ec/compal/ene932/acpi/ec.asl b/src/ec/compal/ene932/acpi/ec.asl
index 696c1f6a42..93ddcbeb1e 100644
--- a/src/ec/compal/ene932/acpi/ec.asl
+++ b/src/ec/compal/ene932/acpi/ec.asl
@@ -270,6 +270,8 @@ Device (EC0)
// Force a read of CPU temperature
Store (CTML, Local0)
+ /* So that we don't get a warning that Local0 is unused. */
+ Increment (Local0)
}