aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-01 20:45:27 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-10-05 09:19:08 +0000
commit11ca2ae167f4dbcfdb9a98d53232e19a31b4977b (patch)
treee8fddebd2ededc82ba8e13bb76ba020382e93453
parent9c8ce3e42324af8992b6e3e52cd7b67dafd763cc (diff)
nb/intel/ironlake/memmap.c: Clean up includes
Drop unused includes and add missing <types.h>. Change-Id: Ifefe81d4727d67ea702c5e24527f80a0614aa396 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45918 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r--src/northbridge/intel/ironlake/memmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/intel/ironlake/memmap.c b/src/northbridge/intel/ironlake/memmap.c
index 406b9a90fe..54337ccd69 100644
--- a/src/northbridge/intel/ironlake/memmap.c
+++ b/src/northbridge/intel/ironlake/memmap.c
@@ -7,8 +7,8 @@
#include <cbmem.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/smm.h>
-#include <program_loading.h>
-#include <cpu/intel/smm_reloc.h>
+#include <types.h>
+
#include "ironlake.h"
static uintptr_t smm_region_start(void)