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>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <stdio_dev.h>
|
||||
#include <time.h>
|
||||
#include <watchdog.h>
|
||||
#include <div64.h>
|
||||
#include <post.h>
|
||||
|
Reference in New Issue
Block a user