aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x201
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2018-11-05 19:54:57 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-07 16:49:23 +0000
commitc8ed32ed5259ce09f9e8ea3be7530b2a8ab495ba (patch)
tree3eac566a86cee87bc86293b65030303384116d54 /src/mainboard/lenovo/x201
parent3de0ac36519903efc8382a4aadd6b0044c27f39f (diff)
mb/lenovo/*/*: Fix non-local header treated as local
See also commit 4ad1446b with Change-Id I036208a111d009620d8354fa9c97688eb4e872ad ("Fix non-local header treated as local"). Change-Id: Idea19b52198e6f46b0da6022558a46246a52f2e7 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29501 Reviewed-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x201')
-rw-r--r--src/mainboard/lenovo/x201/dock.c2
-rw-r--r--src/mainboard/lenovo/x201/romstage.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x201/dock.c b/src/mainboard/lenovo/x201/dock.c
index b0e467ad41..a25fc70fba 100644
--- a/src/mainboard/lenovo/x201/dock.c
+++ b/src/mainboard/lenovo/x201/dock.c
@@ -22,7 +22,7 @@
#include <device/pci.h>
#include "dock.h"
#include <southbridge/intel/ibexpeak/pch.h>
-#include "ec/lenovo/h8/h8.h"
+#include <ec/lenovo/h8/h8.h>
#include <ec/acpi/ec.h>
void h8_mainboard_init_dock (void)
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c
index 02b9e24a4e..cfa11b49fb 100644
--- a/src/mainboard/lenovo/x201/romstage.c
+++ b/src/mainboard/lenovo/x201/romstage.c
@@ -34,7 +34,7 @@
#include <arch/acpi.h>
#include "dock.h"
-#include "arch/early_variables.h"
+#include <arch/early_variables.h>
#include <southbridge/intel/ibexpeak/pch.h>
#include <southbridge/intel/common/gpio.h>
#include <northbridge/intel/nehalem/nehalem.h>