]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bmp.c
ppc/85xx: Add PIB/ATM support for MPC8569mds
[u-boot] / common / cmd_bmp.c
index 27d5896af9060409a50a02f72e726daec5f8c300..74ab24ca9467b280d7ce6a1b20a52a1cba221f30 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <common.h>
+#include <lcd.h>
 #include <bmp_layout.h>
 #include <command.h>
 #include <asm/byteorder.h>
@@ -34,8 +35,6 @@
 static int bmp_info (ulong addr);
 static int bmp_display (ulong addr, int x, int y);
 
-int gunzip(void *, int, unsigned char *, unsigned long *);
-
 /*
  * Allocate and decompress a BMP image using gunzip().
  *