]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/bzlib.c
s5pc1xx: support the GPIO interface
[karo-tx-uboot.git] / lib_generic / bzlib.c
index 0d3f9c2d3ea0e6d379fb220306e1e5375a67553c..5844e187c098bcb2d7a64b07cd436b8a0d25395a 100644 (file)
@@ -1,7 +1,6 @@
 #include <config.h>
 #include <common.h>
 #include <watchdog.h>
-#ifdef CONFIG_BZIP2
 
 /*
  * This file is a modified version of bzlib.c from the bzip2-1.0.2
@@ -1600,5 +1599,3 @@ void bz_internal_error(int errcode)
 /*-------------------------------------------------------------*/
 /*--- end                                           bzlib.c ---*/
 /*-------------------------------------------------------------*/
-
-#endif /* CONFIG_BZIP2 */