diff options
author | Simon Glass | 2019-11-14 12:57:27 -0700 |
---|---|---|
committer | Tom Rini | 2019-12-02 18:23:11 -0500 |
commit | 036a017f79f6c485605c555b3a8733debb72d995 (patch) | |
tree | eddaffdc3c686df9e6d3116f4a9a3142784e1e90 /include/common.h | |
parent | 6887c5bed9d7dc26f8dbd196a5878c9c4a128d94 (diff) |
common: Move wait_ticks functions 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 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 20d143deb81..091b54787f7 100644 --- a/include/common.h +++ b/include/common.h @@ -286,7 +286,6 @@ int cleanup_before_linux_select(int flags); /* arch/$(ARCH)/lib/ticks.S */ uint64_t get_ticks(void); -void wait_ticks (unsigned long); /* lib/uuid.c */ #include <uuid.h> |