From 58d3fce1819698de233c0d21313e1468b922e87c Mon Sep 17 00:00:00 2001
From: Elyes HAOUAS <ehaouas@noos.fr>
Date: Wed, 27 May 2020 18:29:07 +0200
Subject: soc/intel/quark/memmap: Add missing 'include <cpu/x86/mtrr.h>'

Change-Id: I6a066659758aeb0251d9b37f525ad987b90832db
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41787
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
 src/soc/intel/quark/memmap.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/soc/intel/quark')

diff --git a/src/soc/intel/quark/memmap.c b/src/soc/intel/quark/memmap.c
index c2a2b5dedf..97a9fd88f2 100644
--- a/src/soc/intel/quark/memmap.c
+++ b/src/soc/intel/quark/memmap.c
@@ -2,6 +2,7 @@
 
 #include <arch/romstage.h>
 #include <cbmem.h>
+#include <cpu/x86/mtrr.h>
 #include <soc/reg_access.h>
 
 void fill_postcar_frame(struct postcar_frame *pcf)
-- 
cgit v1.2.3