diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:29:32 +0100 |
---|---|---|
committer | Martin L Roth <martinroth@google.com> | 2022-04-24 18:29:13 +0000 |
commit | 7e11a75fd81c16fb42ca4a5f59bc1879c2eb30e5 (patch) | |
tree | ead9b29255d904ca0194b31f38436ee80710d9e3 /src/soc/qualcomm | |
parent | 0ce79040f6fda593aa2ea7c43be27f0a40812073 (diff) |
soc/qualcomm: Remove unused <timer.h>
Found using:
diff <(git grep -l '#include <timer.h>' -- src/) <(git grep -l 'NSECS_PER_SEC\|USECS_PER_SEC\|MSECS_PER_SEC\|USECS_PER_MSEC\|mono_time\|microseconds\|timeout_callback\|expiration\|timer_monotonic_get\|timers_run\|timer_sched_callback\|mono_time_set_usecs\|mono_time_set_msecs\|mono_time_add_usecs\|mono_time_add_msecs\|mono_time_cmp\|mono_time_after\|mono_time_before\|mono_time_diff_microseconds\|stopwatch\|stopwatch_init\|stopwatch_init_usecs_expire\|stopwatch_init_msecs_expire\|stopwatch_tick\|stopwatch_expired\|stopwatch_wait_until_expired\|stopwatch_duration_usecs\|stopwatch_duration_msecs\|wait_us\|wait_ms' -- src/)
Change-Id: Ibc08ea20263623159c78b634d34899ac7da0d3c6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60611
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/sc7180/clock.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7280/clock.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7180/clock.c b/src/soc/qualcomm/sc7180/clock.c index cd9c3f5869..0314aa74d6 100644 --- a/src/soc/qualcomm/sc7180/clock.c +++ b/src/soc/qualcomm/sc7180/clock.c @@ -4,7 +4,6 @@ #include <commonlib/helpers.h> #include <device/mmio.h> #include <soc/clock.h> -#include <timer.h> #include <types.h> static struct clock_freq_config qspi_core_cfg[] = { diff --git a/src/soc/qualcomm/sc7280/clock.c b/src/soc/qualcomm/sc7280/clock.c index 1ad0b1a4f8..4441e48083 100644 --- a/src/soc/qualcomm/sc7280/clock.c +++ b/src/soc/qualcomm/sc7280/clock.c @@ -4,7 +4,6 @@ #include <commonlib/helpers.h> #include <device/mmio.h> #include <soc/clock.h> -#include <timer.h> #include <types.h> static struct clock_freq_config qspi_core_cfg[] = { |