diff options
| author | Simon Glass <[email protected]> | 2019-11-14 12:57:30 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-02 18:23:13 -0500 |
| commit | 1045315df0f1bed617f0ee01379a10f543cec501 (patch) | |
| tree | 3e76715bb70bfe6019e0b2bbb7f665b5b7830b8d /lib/time.c | |
| parent | f0143a86af1cafff17ac9893015374f0f2f6ae06 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib/time.c')
| -rw-r--r-- | lib/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/time.c b/lib/time.c index f30fc05804b..75de48f9003 100644 --- a/lib/time.c +++ b/lib/time.c @@ -7,6 +7,7 @@ #include <common.h> #include <dm.h> #include <errno.h> +#include <time.h> #include <timer.h> #include <watchdog.h> #include <div64.h> |
