diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-18 17:12:29 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:39:58 +0000 |
commit | f2b21f6d421185da188dd5274d6feb8bafe6c6a3 (patch) | |
tree | d12b72d3146a12be2f8984656f15cdb3f125f5a9 /src/soc/intel | |
parent | 98e360e835a5c8b53f1ead574cd5bef38945a1bb (diff) | |
download | coreboot-f2b21f6d421185da188dd5274d6feb8bafe6c6a3.tar.xz |
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')
-rw-r--r-- | src/soc/intel/xeon_sp/skx/soc_util.c | 1 |
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> |