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:
Simon Glass
2019-11-14 12:57:30 -07:00
committed by Tom Rini
parent f0143a86af
commit 1045315df0
68 changed files with 78 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
#include <dm.h>
#include <mailbox.h>
#include <mailbox-uclass.h>
#include <time.h>
static inline struct mbox_ops *mbox_dev_ops(struct udevice *dev)
{