summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/memmap.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-14 06:00:09 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-15 05:57:07 +0000
commit07b7d8c6300a385ceebea0d6fd8d712bf73d931c (patch)
treefa615eb848e5b1858124aa7f09d2ca060c14221e /src/soc/intel/braswell/memmap.c
parent7cdb047ce714378a644b7aa2c1f40a2e1a8d5750 (diff)
downloadcoreboot-07b7d8c6300a385ceebea0d6fd8d712bf73d931c.tar.xz
soc/intel: Drop spurious includes
Change-Id: I2fff107e38abdd34f2d80d4d258be4c429d371e7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34868 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/braswell/memmap.c')
-rw-r--r--src/soc/intel/braswell/memmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/memmap.c b/src/soc/intel/braswell/memmap.c
index b4c69a4258..d502aed9f9 100644
--- a/src/soc/intel/braswell/memmap.c
+++ b/src/soc/intel/braswell/memmap.c
@@ -17,7 +17,6 @@
#include <cbmem.h>
#include <cpu/x86/smm.h>
#include <soc/iosf.h>
-#include <soc/smm.h>
static size_t smm_region_size(void)
{