From 049f8d6f4acc0eff71c9db5c3ca6276b56ce3357 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:59 -0700 Subject: common: Move get_tbclk() to time.h This function related to timer and most of the timer functions are in time.h, so move this function there. Signed-off-by: Simon Glass --- arch/arm/mach-versal/clk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-versal') diff --git a/arch/arm/mach-versal/clk.c b/arch/arm/mach-versal/clk.c index b82cea4ccb..9184714e47 100644 --- a/arch/arm/mach-versal/clk.c +++ b/arch/arm/mach-versal/clk.c @@ -5,6 +5,7 @@ */ #include +#include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.1