diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:31:04 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 23:34:12 +0000 |
commit | c0e8357d5e2c76b88dd1626a937819fc1093fe91 (patch) | |
tree | 90f8d57d04cd255aa7297cff95088f3b2eb1ed8d | |
parent | 874068eb1d506ff86a5229d925b064243bdaea83 (diff) |
src/lib: 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: I9cc14b4b90989bd9ab1018e5863eece120f861c0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60614
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-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 471d043598..b584a37691 100644 --- a/src/lib/dp_aux.c +++ b/src/lib/dp_aux.c @@ -2,7 +2,6 @@ #include <dp_aux.h> #include <console/console.h> -#include <timer.h> bool dp_aux_request_is_write(enum aux_request request) { |