Re: [PATCH v2 32/35] common: Move ROUND() into kernel.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:09AM -0700, Simon Glass wrote: > Move this macro in with all the other rounding macros. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 32/35] common: Move ROUND() into kernel.h

2019-12-28 Thread Simon Glass
Move this macro in with all the other rounding macros. Signed-off-by: Simon Glass --- Changes in v2: None include/common.h | 2 -- include/linux/kernel.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common.h b/include/common.h index 4110f75a93..997828311