summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-16 18:43:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:39:16 +0000
commit21b71ce66b89f7bff7959027d971e9a7786bf219 (patch)
treeb5167a09b1edadb86ed490dca77e6e8579c37f08 /src/northbridge/intel/haswell
parent10b65dcfc76f62bf97c93f4a8e51a2269e5c040e (diff)
downloadcoreboot-21b71ce66b89f7bff7959027d971e9a7786bf219.tar.xz
src/nb: Fix non-local header treated as local
Change-Id: I8174d7b40008cfe4fba10fde4670682aac0ad078 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27131 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/intel/haswell')
-rw-r--r--src/northbridge/intel/haswell/report_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/report_platform.c b/src/northbridge/intel/haswell/report_platform.c
index aed125c8bc..5b738440f5 100644
--- a/src/northbridge/intel/haswell/report_platform.c
+++ b/src/northbridge/intel/haswell/report_platform.c
@@ -16,7 +16,7 @@
#include <console/console.h>
#include <arch/cpu.h>
#include <string.h>
-#include "southbridge/intel/lynxpoint/pch.h"
+#include <southbridge/intel/lynxpoint/pch.h>
#include <arch/io.h>
#include <cpu/x86/msr.h>
#include "haswell.h"