[U-Boot] [PATCH v2] Remove static type from gunzip_bmp()

2009-01-27 Thread Mark Jackson
The current bmp routines support gzipped files, but compilation fails (under AVR32) due to the gunzip_bmp() function being defined as static. This patch fixes this problem. Signed-off-by: Mark Jackson m...@mimc.co.uk --- common/cmd_bmp.c |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH v2] Remove static type from gunzip_bmp()

2009-01-27 Thread Wolfgang Denk
Dear Mark Jackson, In message 497ef15a.6050...@mimc.co.uk you wrote: The current bmp routines support gzipped files, but compilation fails (under AVR32) due to the gunzip_bmp() function being defined as static. This patch fixes this problem. Signed-off-by: Mark Jackson m...@mimc.co.uk