summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra186_bpmp.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:30 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:13 +0300
commit1045315df0f1bed617f0ee01379a10f543cec501 (patch)
tree3e76715bb70bfe6019e0b2bbb7f665b5b7830b8d /drivers/misc/tegra186_bpmp.c
parentf0143a86af1cafff17ac9893015374f0f2f6ae06 (diff)
downloadu-boot-1045315df0f1bed617f0ee01379a10f543cec501.tar.xz
common: Move get_ticks() function out of common.h
This function belongs in time.h so move it over and add a comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/misc/tegra186_bpmp.c')
-rw-r--r--drivers/misc/tegra186_bpmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/tegra186_bpmp.c b/drivers/misc/tegra186_bpmp.c
index b3ed03e9da..89e27dd526 100644
--- a/drivers/misc/tegra186_bpmp.c
+++ b/drivers/misc/tegra186_bpmp.c
@@ -5,6 +5,7 @@
#include <common.h>
#include <dm.h>
+#include <time.h>
#include <dm/lists.h>
#include <dm/root.h>
#include <mailbox.h>