On 20 December 2016 at 19:53, Masahiro Yamada <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

