aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-18 17:12:29 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:39:58 +0000
commitf2b21f6d421185da188dd5274d6feb8bafe6c6a3 (patch)
treed12b72d3146a12be2f8984656f15cdb3f125f5a9 /src/soc/intel/xeon_sp/skx
parent98e360e835a5c8b53f1ead574cd5bef38945a1bb (diff)
soc/intel/xeon_sp/skx/soc_util.c: Remove unused <cpu/cpu.h>
Change-Id: I6dd004b417c27ff0b9f7e55557a9670f927d425c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41514 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Zhang <jonzhang@fb.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx')
-rw-r--r--src/soc/intel/xeon_sp/skx/soc_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/skx/soc_util.c b/src/soc/intel/xeon_sp/skx/soc_util.c
index aa965b6cce..dc97d5ec34 100644
--- a/src/soc/intel/xeon_sp/skx/soc_util.c
+++ b/src/soc/intel/xeon_sp/skx/soc_util.c
@@ -3,7 +3,6 @@
#include <assert.h>
#include <commonlib/sort.h>
#include <console/console.h>
-#include <cpu/cpu.h>
#include <cpu/x86/msr.h>
#include <delay.h>
#include <device/pci.h>