From 368c9a18474e8fa143675b01fa9d6d4f14d0b101 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 28 Jan 2021 11:30:25 +0200 Subject: vc/../chromeos.asl: Drop CHROMEOS guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit coreboot proper now has a single include for this file with the guard around it already. Change-Id: Ice48a6af391170232a0319cc894bdb6c465c5143 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50248 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/vendorcode/google/chromeos/acpi/chromeos.asl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vendorcode/google/chromeos/acpi/chromeos.asl b/src/vendorcode/google/chromeos/acpi/chromeos.asl index 7642676a74..3f20662467 100644 --- a/src/vendorcode/google/chromeos/acpi/chromeos.asl +++ b/src/vendorcode/google/chromeos/acpi/chromeos.asl @@ -2,8 +2,6 @@ #include -#if CONFIG(CHROMEOS) - /* GPIO package generated at run time. */ External (OIPG) @@ -100,4 +98,3 @@ Device (CRHW) } #include "ramoops.asl" -#endif -- cgit v1.2.3