diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:19:18 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 23:29:26 +0000 |
commit | a6608bc99085290e38365b0a03c591b566427589 (patch) | |
tree | de7e104df587bb480a9a82ab4fadc84c47a1fbd5 /src/lib/dp_aux.c | |
parent | ef6139ff0c3dc5b3961d32ad57f1a7c4ce67622c (diff) |
src/lib: Remove unused <delay.h>
Found using:
diff <(git grep -l '#include <delay.h>' -- src/) <(git grep -l 'get_timer_fsb(\|init_timer(\|udelay(\|mdelay(\|delay(' -- src/) |grep "<"
Change-Id: I6fb603a17534e3a1593cb421c618f8119933292a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60610
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/lib/dp_aux.c')
-rw-r--r-- | src/lib/dp_aux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dp_aux.c b/src/lib/dp_aux.c index ee3ac8ab00..471d043598 100644 --- a/src/lib/dp_aux.c +++ b/src/lib/dp_aux.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <delay.h> #include <dp_aux.h> #include <console/console.h> #include <timer.h> |