[U-Boot] [PATCH 4/4] ARM: i.MX video: declare displays and display_count publicly

2014-09-30 Thread Eric Nelson
Declare displays[] and display_count in imx-common/video.h to prevent "Should it be static?" messages when compiling board files with "make C=1". Signed-off-by: Eric Nelson --- arch/arm/imx-common/video.c | 3 --- arch/arm/include/asm/imx-common/video.h | 5 + 2 files changed, 5

Re: [U-Boot] [PATCH 4/4] ARM: i.MX video: declare displays and display_count publicly

2014-10-21 Thread Stefano Babic
On 01/10/2014 00:40, Eric Nelson wrote: > Declare displays[] and display_count in imx-common/video.h to > prevent "Should it be static?" messages when compiling board > files with "make C=1". > > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --