Re: [U-Boot] [PATCH] bug.h: move BUILD_BUG_* defines to include/linux/bug.h

2016-01-24 Thread Masahiro Yamada
Hi Tom, 2016-01-20 2:27 GMT+09:00 Tom Rini : > On Mon, Jan 18, 2016 at 09:12:08PM +0900, Masahiro Yamada wrote: > >> BUILD_BUG_* macros have been defined in several headers. It would >> be nice to collect them in include/linux/bug.h like Linux. >> >> Signed-off-by: Masahiro Yamada > > Reviewed

Re: [U-Boot] [PATCH] bug.h: move BUILD_BUG_* defines to include/linux/bug.h

2016-01-19 Thread Tom Rini
On Mon, Jan 18, 2016 at 09:12:08PM +0900, Masahiro Yamada wrote: > BUILD_BUG_* macros have been defined in several headers. It would > be nice to collect them in include/linux/bug.h like Linux. > > Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini But needs to say what kernel version tag

[U-Boot] [PATCH] bug.h: move BUILD_BUG_* defines to include/linux/bug.h

2016-01-18 Thread Masahiro Yamada
BUILD_BUG_* macros have been defined in several headers. It would be nice to collect them in include/linux/bug.h like Linux. Signed-off-by: Masahiro Yamada --- arch/arm/mach-tegra/ap.c| 1 + common/cmd_dtt.c| 1 + drivers/gpio/gpio-uclass.c