Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45918 )
Change subject: nb/intel/ironlake/memmap.c: Clean up includes ......................................................................
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 --- M src/northbridge/intel/ironlake/memmap.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/45918/1
diff --git a/src/northbridge/intel/ironlake/memmap.c b/src/northbridge/intel/ironlake/memmap.c index 406b9a9..54337cc 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)