diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 13:11:07 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:23:16 +0000 |
commit | 520dae19ea5d4da03b9c8a3e92da91d6d3556663 (patch) | |
tree | f27735595e58ce1d27b6951cf564d75ae67c613b /src/soc/intel/meteorlake | |
parent | 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (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/meteorlake')
-rw-r--r-- | src/soc/intel/meteorlake/finalize.c | 1 | ||||
-rw-r--r-- | src/soc/intel/meteorlake/systemagent.c | 1 |
2 files changed, 0 insertions, 2 deletions
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> |