]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove static declaration from gunzip_bmp()
authorMark Jackson <mpfj-list@mimc.co.uk>
Tue, 21 Jul 2009 10:30:53 +0000 (11:30 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 23 Jul 2009 19:34:01 +0000 (21:34 +0200)
commitc01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
treeb3c0bba770089e4da00792e51db3b77cb930e3ff
parent2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
Remove static declaration from gunzip_bmp()

This patch removes the static declaration from gunzip_bmp()

Without it, the gunzip_bmp() function is not visible to
common/lcd.c and fails to compile with an error.

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
common/cmd_bmp.c