]> git.sur5r.net Git - u-boot/blobdiff - lib_generic/bzlib_huffman.c
TWL4030 Add usb PHY support
[u-boot] / lib_generic / bzlib_huffman.c
index effae98a733d1aba691c5aa66104afe214167fca..801b8ec39a0241421281dbdd167b27c83831ed54 100644 (file)
@@ -1,5 +1,4 @@
 #include <config.h>
-#ifdef CONFIG_BZIP2
 
 /*-------------------------------------------------------------*/
 /*--- Huffman coding low-level stuff                        ---*/
@@ -228,5 +227,3 @@ void BZ2_hbCreateDecodeTables ( Int32 *limit,
 /*-------------------------------------------------------------*/
 /*--- end                                         huffman.c ---*/
 /*-------------------------------------------------------------*/
-
-#endif /* CONFIG_BZIP2 */