diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:15:30 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 23:33:13 +0000 |
commit | 874068eb1d506ff86a5229d925b064243bdaea83 (patch) | |
tree | cc75138599fa3543bee351055247a7ac2114c608 /src/soc/qualcomm/sc7280 | |
parent | ffc4002863b4436457bef4ee90da2ea4aa4f9542 (diff) |
src/soc/qualcomm: 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: Id1e0f4cb9f6181dc2fc45e7b6cb149646111bb3e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60602
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/qualcomm/sc7280')
-rw-r--r-- | src/soc/qualcomm/sc7280/clock.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7280/cpucp_load_reset.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7280/clock.c b/src/soc/qualcomm/sc7280/clock.c index 07a575b952..ddc8d3d118 100644 --- a/src/soc/qualcomm/sc7280/clock.c +++ b/src/soc/qualcomm/sc7280/clock.c @@ -2,7 +2,6 @@ #include <assert.h> #include <commonlib/helpers.h> -#include <delay.h> #include <device/mmio.h> #include <soc/clock.h> #include <timer.h> diff --git a/src/soc/qualcomm/sc7280/cpucp_load_reset.c b/src/soc/qualcomm/sc7280/cpucp_load_reset.c index 48b47073ac..d754531ed7 100644 --- a/src/soc/qualcomm/sc7280/cpucp_load_reset.c +++ b/src/soc/qualcomm/sc7280/cpucp_load_reset.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <assert.h> -#include <delay.h> #include <cbfs.h> #include <console/console.h> #include <soc/mmu.h> |