Re: [U-Boot] [PATCH 1/4] mx6: soc: Include header file

2017-10-02 Thread Stefano Babic
On 27/09/2017 18:12, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > arch/arm/mach-imx/mx6/soc.c:213:12: warning: no previous prototype for > ‘get_board_rev’ [-Wmissing-prototypes] u32 __weak get_board_rev(void) > > Fix the build warning by including . > >

[U-Boot] [PATCH 1/4] mx6: soc: Include header file

2017-09-27 Thread Diego Dorta
When compiling with W=1 the following warning is observed: arch/arm/mach-imx/mx6/soc.c:213:12: warning: no previous prototype for ‘get_board_rev’ [-Wmissing-prototypes] u32 __weak get_board_rev(void) Fix the build warning by including . Signed-off-by: Diego Dorta ---