summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/cpu.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-31 09:15:30 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-11 10:25:23 +0000
commit45ce5d897311827408b20e3c302615d9ef4dcadd (patch)
tree658e1ed845759b198bbffdf4bd43f71267451c51 /src/soc/intel/alderlake/cpu.c
parentd152837d342f38c02b715d0b55e92634cb6f685e (diff)
downloadcoreboot-45ce5d897311827408b20e3c302615d9ef4dcadd.tar.xz
src: Remove unused <arch/cpu.h>
Change-Id: I1112aa4635a3cf3ac1c0a0834317983b4e18135a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50172 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/alderlake/cpu.c')
-rw-r--r--src/soc/intel/alderlake/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/cpu.c b/src/soc/intel/alderlake/cpu.c
index 32f5ea23a4..6de1cb011c 100644
--- a/src/soc/intel/alderlake/cpu.c
+++ b/src/soc/intel/alderlake/cpu.c
@@ -6,7 +6,6 @@
* Chapter number: 14
*/
-#include <arch/cpu.h>
#include <console/console.h>
#include <device/pci.h>
#include <cpu/x86/lapic.h>