summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 18:30:31 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-10 17:41:53 +0000
commit0a55d59f76de32dffa0c139feede80088d1305ac (patch)
tree8399a7e48d532daa32e7a43457165a95c6044922 /src/soc/amd
parentbd8ef9573968ef84fea36d3cb27cab226adc55fc (diff)
downloadcoreboot-0a55d59f76de32dffa0c139feede80088d1305ac.tar.gz
coreboot-0a55d59f76de32dffa0c139feede80088d1305ac.tar.bz2
coreboot-0a55d59f76de32dffa0c139feede80088d1305ac.zip
src/soc/amd: 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: I581f446330c4e99c587938d4eab387a51e3961e0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60613 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/common/block/apob/apob_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/apob/apob_cache.c b/src/soc/amd/common/block/apob/apob_cache.c
index c69649727aac..d538207f154e 100644
--- a/src/soc/amd/common/block/apob/apob_cache.c
+++ b/src/soc/amd/common/block/apob/apob_cache.c
@@ -13,7 +13,6 @@
#include <stdint.h>
#include <string.h>
#include <thread.h>
-#include <timer.h>
#include <timestamp.h>
#define DEFAULT_MRC_CACHE "RW_MRC_CACHE"