summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/skx/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-27 16:21:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-06 09:43:11 +0000
commit379aab47f9bf4a804de168b61d3b2a1f6f789a91 (patch)
tree4b2435a2a04d78cdc40b641efc19431d966c53c0 /src/soc/intel/xeon_sp/skx/romstage.c
parentcecc4a0d7a458b08808fbe818054408691896eea (diff)
downloadcoreboot-379aab47f9bf4a804de168b61d3b2a1f6f789a91.tar.gz
coreboot-379aab47f9bf4a804de168b61d3b2a1f6f789a91.tar.bz2
coreboot-379aab47f9bf4a804de168b61d3b2a1f6f789a91.zip
src: Remove unused 'include <cpu/x86/mtrr.h>'
Change-Id: I3f08b9cc34582165785063580b3356135030f63e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41782 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: David Guckian
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/romstage.c')
-rw-r--r--src/soc/intel/xeon_sp/skx/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/skx/romstage.c b/src/soc/intel/xeon_sp/skx/romstage.c
index 18dc81438c3d..c4c473b4e601 100644
--- a/src/soc/intel/xeon_sp/skx/romstage.c
+++ b/src/soc/intel/xeon_sp/skx/romstage.c
@@ -3,7 +3,6 @@
#include <arch/romstage.h>
#include <cbmem.h>
#include <console/console.h>
-#include <cpu/x86/mtrr.h>
#include <intelblocks/rtc.h>
#include <soc/romstage.h>
#include <soc/soc_util.h>