From 0420e50b6b0ee25ba7802493caf33b2b6e320da2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 30 Nov 2019 19:29:28 +0100 Subject: src/arch: Remove unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I79f065703b5249ca9630b06de7142bc52675076e Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/32820 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/arch/x86/mmap_boot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/x86/mmap_boot.c') diff --git a/src/arch/x86/mmap_boot.c b/src/arch/x86/mmap_boot.c index 762193090b..74764fc4bf 100644 --- a/src/arch/x86/mmap_boot.c +++ b/src/arch/x86/mmap_boot.c @@ -13,7 +13,6 @@ #include #include -#include /* The ROM is memory mapped just below 4GiB. Form a pointer for the base. */ #define rom_base ((void *)(uintptr_t)(0x100000000ULL-CONFIG_ROM_SIZE)) -- cgit v1.2.3