
26 Dec
2016
26 Dec
'16
6:23 a.m.
On 20 December 2016 at 19:53, Masahiro Yamada yamada.masahiro@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@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@chromium.org