[U-Boot] [PATCH 2/5] time: move timer APIs to include/time.h
Simon Glass
sjg at chromium.org
Mon Dec 26 06:23:52 CET 2016
On 20 December 2016 at 19:53, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> The include/common.h is a collection of unrelated declarations,
> macros, etc.
>
> It is horrible to include such a cluttered header just for some
> timer functions. Split out timer functions into include/timer.h.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> include/common.h | 8 +-------
> include/time.h | 16 ++++++++++++++++
> 2 files changed, 17 insertions(+), 7 deletions(-)
> create mode 100644 include/time.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list