diff options
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/beltino/acpi/thermal.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/slippy/acpi/thermal.asl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/beltino/acpi/thermal.asl b/src/mainboard/google/beltino/acpi/thermal.asl index 1d4eca3a09..a064121d73 100644 --- a/src/mainboard/google/beltino/acpi/thermal.asl +++ b/src/mainboard/google/beltino/acpi/thermal.asl @@ -13,6 +13,8 @@ * GNU General Public License for more details. */ +External (\PPKG, MethodObj) + #include <variant/thermal.h> // Thermal Zone diff --git a/src/mainboard/google/slippy/acpi/thermal.asl b/src/mainboard/google/slippy/acpi/thermal.asl index 0c694c0f70..ac4d61099b 100644 --- a/src/mainboard/google/slippy/acpi/thermal.asl +++ b/src/mainboard/google/slippy/acpi/thermal.asl @@ -15,6 +15,8 @@ // Thermal Zone +External (\PPKG, MethodObj) + #define HAVE_THERMALZONE Scope (\_TZ) { |