common: Move timer_get_us() function out of common.h
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:29 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:11 +0000 (18:23 -0500)
commitf0143a86af1cafff17ac9893015374f0f2f6ae06
tree28bf1fea446f6e233bfb653142188f1221e1d286
parente3107d159c180698bd45511afb76e9ab8f9957fb
common: Move timer_get_us() function out of common.h

This function belongs in time.h so move it over and update the comment
style.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/common.h
include/time.h