aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-17 16:54:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-26 14:59:30 +0000
commit95dcf29b2fcc9f7c02812d760ec0be492d5b7580 (patch)
tree671455a1df62e6340232013e1e70f568f027242c /src/drivers/intel
parent38b58d4f51c80ad1fc416e48a79b47e75a109b34 (diff)
drivers/intel/fsp2_0: Remove unused 'include <memrange.h>'
Change-Id: Ic3eb8fca22e73a0d485a6c1bf35c33b1fc606e4a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41488 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r--src/drivers/intel/fsp2_0/temp_ram_exit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp2_0/temp_ram_exit.c b/src/drivers/intel/fsp2_0/temp_ram_exit.c
index 557cbb91a7..c3bfbba6af 100644
--- a/src/drivers/intel/fsp2_0/temp_ram_exit.c
+++ b/src/drivers/intel/fsp2_0/temp_ram_exit.c
@@ -4,7 +4,6 @@
#include <console/console.h>
#include <fsp/api.h>
#include <fsp/util.h>
-#include <memrange.h>
#include <cbfs.h>
#include <types.h>