Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60611 )
Change subject: soc/qualcomm: Remove unused <timer.h> ......................................................................
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 --- M src/soc/qualcomm/sc7180/clock.c M src/soc/qualcomm/sc7280/clock.c 2 files changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/src/soc/qualcomm/sc7180/clock.c b/src/soc/qualcomm/sc7180/clock.c index cd9c3f5..0314aa7 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 1ad0b1a..4441e48 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[] = {