From 65bb5434f6eb9e1f0f72a52958193b38057cfad7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 3 Jul 2018 14:59:50 +0200 Subject: src: Get rid of non-local header treated as local Change-Id: I2c5edadfd035c9af08af9ee326a5a2dc8b840faa Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27331 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/southbridge/intel/lynxpoint/early_pch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/lynxpoint/early_pch.c') diff --git a/src/southbridge/intel/lynxpoint/early_pch.c b/src/southbridge/intel/lynxpoint/early_pch.c index cb4bc7efb6..4c45613487 100644 --- a/src/southbridge/intel/lynxpoint/early_pch.c +++ b/src/southbridge/intel/lynxpoint/early_pch.c @@ -27,7 +27,7 @@ #if IS_ENABLED(CONFIG_INTEL_LYNXPOINT_LP) #include "lp_gpio.h" #else -#include "southbridge/intel/common/gpio.h" +#include #endif const struct rcba_config_instruction pch_early_config[] = { -- cgit v1.2.3