diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:16:30 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-05 17:42:01 +0000 |
commit | 47235990d4884ed1252d51164e15b33042382f59 (patch) | |
tree | a39bcfa3590e44b7af9d22e378ef91757ce75eb6 /src/soc/intel/alderlake | |
parent | 35eabc7c23086f944c118cb00727f346f4c66c64 (diff) |
src/soc/intel: Remove unused <delay.h>
Change-Id: Id8e6221a9801d5198171dc9cd564000d19720a42
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60604
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/alderlake')
-rw-r--r-- | src/soc/intel/alderlake/crashlog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/crashlog.c b/src/soc/intel/alderlake/crashlog.c index 3a857c1a2b..ee66730a68 100644 --- a/src/soc/intel/alderlake/crashlog.c +++ b/src/soc/intel/alderlake/crashlog.c @@ -2,7 +2,6 @@ #include <console/console.h> #include <cbmem.h> -#include <delay.h> #include <intelblocks/crashlog.h> #include <string.h> #include <soc/crashlog.h> |