From 4ad1446b8333b258110d275c58d17b2d9ebbfa23 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jun 2018 18:29:33 +0200 Subject: src/mb: Fix non-local header treated as local Also remove some unnedded includes. Change-Id: I036208a111d009620d8354fa9c97688eb4e872ad Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27129 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/samsung/lumpy/acpi_tables.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/samsung/lumpy/acpi_tables.c') diff --git a/src/mainboard/samsung/lumpy/acpi_tables.c b/src/mainboard/samsung/lumpy/acpi_tables.c index 65922f3d92..06fa0fd4f1 100644 --- a/src/mainboard/samsung/lumpy/acpi_tables.c +++ b/src/mainboard/samsung/lumpy/acpi_tables.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include @@ -28,8 +27,8 @@ #if IS_ENABLED(CONFIG_CHROMEOS) #include #endif +#include -#include "southbridge/intel/bd82x6x/nvs.h" #include "thermal.h" static global_nvs_t *gnvs_; -- cgit v1.2.3