commit | 45c78905502a5e1b38d1b4c7b20391dacf22a338 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:26 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:11 2019 -0500 |
tree | d121bf5587037ff6cb28356d764809c2f808b909 | |
parent | e1aba1e6f219252a20e3aa941f861698f8138097 [diff] [blame] |
common: Move some time functions out of common.h These functions belong in time.h so move them over and add comments. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/arm/mach-imx/timer.c b/arch/arm/mach-imx/timer.c index ed5eb1c..5fe5c51 100644 --- a/arch/arm/mach-imx/timer.c +++ b/arch/arm/mach-imx/timer.c
@@ -7,6 +7,7 @@ */ #include <common.h> +#include <time.h> #include <asm/io.h> #include <div64.h> #include <asm/arch/imx-regs.h>