From 5a87de86ae3119af13064b669465e51fffe676f4 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 1 Sep 2016 18:05:27 -0500 Subject: mainboard/google/reef: correct EC ASL includes The superio.asl wasn't being included within the right scope. Fix that as well as clean up the per-mainboard header includes to be in one place. BUG=chrome-os-partner:56677 Change-Id: I5e6a82f9f2e3c7455132263d19b32b2f06220376 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16413 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie Reviewed-by: Shaunak Saha --- src/mainboard/google/reef/acpi/ec.asl | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/google/reef/acpi/ec.asl') diff --git a/src/mainboard/google/reef/acpi/ec.asl b/src/mainboard/google/reef/acpi/ec.asl index fe53cb5559..b70c070ce2 100644 --- a/src/mainboard/google/reef/acpi/ec.asl +++ b/src/mainboard/google/reef/acpi/ec.asl @@ -13,9 +13,6 @@ * GNU General Public License for more details. */ -/* mainboard configuration */ -#include "../ec.h" - /* Enable EC backed ALS device in ACPI */ #define EC_ENABLE_ALS_DEVICE -- cgit v1.2.3