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

Wolfgang Denk wd at denx.de
Tue Jan 27 13:17:07 CET 2009


Dear Mark Jackson,

In message <497EF15A.6050306 at 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 <mpfj at mimc.co.uk>

As mentioned before: if you make this function publicly visible, then
please also add a prototype declaration for it (and get  rid  of  any
private "external ..." declararions elsewhere).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The greatest warriors are the ones who fight for peace."
- Holly Near


More information about the U-Boot mailing list