aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-09 13:11:07 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-09 22:23:16 +0000
commit520dae19ea5d4da03b9c8a3e92da91d6d3556663 (patch)
treef27735595e58ce1d27b6951cf564d75ae67c613b /src/soc/intel
parent54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (diff)
tree: Drop unused <delay.h>
Change-Id: I265e427254ce9f735e65b0631c43f98bc778a34f Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81812 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/alderlake/systemagent.c1
-rw-r--r--src/soc/intel/meteorlake/finalize.c1
-rw-r--r--src/soc/intel/meteorlake/systemagent.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/alderlake/systemagent.c b/src/soc/intel/alderlake/systemagent.c
index 3df23f283d..a9c00a99cf 100644
--- a/src/soc/intel/alderlake/systemagent.c
+++ b/src/soc/intel/alderlake/systemagent.c
@@ -11,7 +11,6 @@
#include <cpu/x86/msr.h>
#include <device/device.h>
#include <device/pci.h>
-#include <delay.h>
#include <intelblocks/cpulib.h>
#include <intelblocks/msr.h>
#include <intelblocks/power_limit.h>
diff --git a/src/soc/intel/meteorlake/finalize.c b/src/soc/intel/meteorlake/finalize.c
index 06ea13cc91..64beb85e2f 100644
--- a/src/soc/intel/meteorlake/finalize.c
+++ b/src/soc/intel/meteorlake/finalize.c
@@ -4,7 +4,6 @@
#include <bootstate.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
-#include <delay.h>
#include <device/pci.h>
#include <gpio.h>
#include <intelblocks/cse.h>
diff --git a/src/soc/intel/meteorlake/systemagent.c b/src/soc/intel/meteorlake/systemagent.c
index 6b445af4f8..774a99f2c2 100644
--- a/src/soc/intel/meteorlake/systemagent.c
+++ b/src/soc/intel/meteorlake/systemagent.c
@@ -5,7 +5,6 @@
#include <cpu/x86/msr.h>
#include <device/device.h>
#include <device/pci.h>
-#include <delay.h>
#include <intelblocks/cpulib.h>
#include <intelblocks/msr.h>
#include <intelblocks/power_limit.h>