X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib_generic%2Fcrc32.c;h=df0dbca346634360c035a19312843e6cf3fbcf16;hb=b3aff0cb9ecf236d7e8c93761dd1dadf6837a582;hp=da23336d2c0c1cf2e9ca7ca14037717cb8dce649;hpb=ddb5d86f0215bcb6c293510c50eb050e92883b7a;p=u-boot diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c index da23336d2c..df0dbca346 100644 --- a/lib_generic/crc32.c +++ b/lib_generic/crc32.c @@ -9,7 +9,7 @@ */ #ifndef USE_HOSTCC /* Shut down "ANSI does not permit..." warnings */ -#include /* to get command definitions like CFG_CMD_JFFS2 */ +#include #endif #include "zlib.h" @@ -196,4 +196,4 @@ uLong ZEXPORT crc32_no_comp(uLong crc, const Bytef *buf, uInt len) return crc; } -#endif /* CFG_CMD_JFFS2 */ +#endif