diff --git a/lib/crc32.c b/lib/crc32.c index 2ed2df0..be35366 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -9,7 +9,7 @@ */ #ifdef __BAREBOX__ /* Shut down "ANSI does not permit..." warnings */ -#include /* to get command definitions like CFG_CMD_JFFS2 */ +#include #endif #ifdef CONFIG_DYNAMIC_CRC_TABLE