From ade4f3520b0c2bade062286ec98b40b49b6534d3 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 20 Jan 2021 23:02:16 +0200 Subject: ACPI: Move include for MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4356a8bda71e84afe8c348d366479c5006bf2459 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/49796 Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/acpi/dsdt_top.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/acpi') diff --git a/src/acpi/dsdt_top.asl b/src/acpi/dsdt_top.asl index 8dceb6ae27..d2fcfa6264 100644 --- a/src/acpi/dsdt_top.asl +++ b/src/acpi/dsdt_top.asl @@ -3,5 +3,7 @@ #include #if CONFIG(CHROMEOS) +/* Chrome OS specific */ #include +#include #endif -- cgit v1.2.3