From ffc4002863b4436457bef4ee90da2ea4aa4f9542 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 31 Dec 2021 18:43:17 +0100 Subject: src/soc: Remove unused Found using: diff <(git grep -l '#include ' -- src/) <(git grep -l 'memalign(\|malloc(\|calloc(\|free(' -- src/) Change-Id: I08e1a680de9bfcc7d74e88a15abe9eef327b4961 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/60617 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Zhang --- src/soc/intel/xeon_sp/cpx/soc_util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/xeon_sp') diff --git a/src/soc/intel/xeon_sp/cpx/soc_util.c b/src/soc/intel/xeon_sp/cpx/soc_util.c index 7a8403e23c..ed239766b4 100644 --- a/src/soc/intel/xeon_sp/cpx/soc_util.c +++ b/src/soc/intel/xeon_sp/cpx/soc_util.c @@ -8,7 +8,6 @@ #include #include #include -#include const struct SystemMemoryMapHob *get_system_memory_map(void) { -- cgit v1.2.3