]> 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 faa10a4145b9658b047f64c4157888ded67e1b36..74ab24ca9467b280d7ce6a1b20a52a1cba221f30 100644 (file)
@@ -35,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().
  *