mirror of
https://xff.cz/git/u-boot/
synced 2025-11-03 03:46:02 +01:00
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:
@@ -16,6 +16,7 @@
|
||||
#include <dt-structs.h>
|
||||
#include <errno.h>
|
||||
#include <spi.h>
|
||||
#include <time.h>
|
||||
#include <linux/errno.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch-rockchip/clock.h>
|
||||
|
||||
Reference in New Issue
Block a user