diff options
Diffstat (limited to 'src/ec/compal')
-rw-r--r-- | src/ec/compal/ene932/acpi/ec.asl | 2 |
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) } |