[U-Boot] [PATCH 2/4] ARM: i.MX6: include prototype for get_board_rev()

2014-09-30 Thread Eric Nelson
Include to see the prototype for get_board_rev() and prevent warning "Should it be static?" with "make C=1". Signed-off-by: Eric Nelson --- arch/arm/cpu/armv7/mx6/soc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index ba21cfe.

Re: [U-Boot] [PATCH 2/4] ARM: i.MX6: include prototype for get_board_rev()

2014-10-21 Thread Stefano Babic
On 01/10/2014 00:40, Eric Nelson wrote: > Include to see the prototype for get_board_rev() > and prevent warning "Should it be static?" with "make C=1". > > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==