[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/*/*: Fix non-local header treated as local

Peter Lemenkov (Code Review) gerrit at coreboot.org
Tue Nov 6 09:44:31 CET 2018


Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/29501


Change subject: mb/lenovo/*/*: Fix non-local header treated as local
......................................................................

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 at gmail.com>
---
M src/mainboard/lenovo/t400/dock.c
M src/mainboard/lenovo/x200/dock.c
M src/mainboard/lenovo/x201/dock.c
M src/mainboard/lenovo/x201/romstage.c
4 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/29501/1

diff --git a/src/mainboard/lenovo/t400/dock.c b/src/mainboard/lenovo/t400/dock.c
index 0c6db0b..3d92a79 100644
--- a/src/mainboard/lenovo/t400/dock.c
+++ b/src/mainboard/lenovo/t400/dock.c
@@ -26,7 +26,7 @@
 #include <superio/nsc/pc87382/pc87382.h>
 
 #include <southbridge/intel/i82801ix/i82801ix.h>
-#include "ec/lenovo/h8/h8.h"
+#include <ec/lenovo/h8/h8.h>
 #include <ec/acpi/ec.h>
 
 struct pin_config {
diff --git a/src/mainboard/lenovo/x200/dock.c b/src/mainboard/lenovo/x200/dock.c
index 5bf2cd3..dc5eabf 100644
--- a/src/mainboard/lenovo/x200/dock.c
+++ b/src/mainboard/lenovo/x200/dock.c
@@ -23,7 +23,7 @@
 #include <delay.h>
 #include "dock.h"
 #include <southbridge/intel/i82801ix/i82801ix.h>
-#include "ec/lenovo/h8/h8.h"
+#include <ec/lenovo/h8/h8.h>
 #include <ec/acpi/ec.h>
 
 #define LPC_DEV PCI_DEV(0, 0x1f, 0)
diff --git a/src/mainboard/lenovo/x201/dock.c b/src/mainboard/lenovo/x201/dock.c
index b0e467a..a25fc70 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 bc2a15b..d2100fa 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>

-- 
To view, visit https://review.coreboot.org/29501
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idea19b52198e6f46b0da6022558a46246a52f2e7
Gerrit-Change-Number: 29501
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Lemenkov <lemenkov at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181106/8bd89de1/attachment-0001.html>


More information about the coreboot-gerrit mailing list