crc32: Use the crc.h header for crc functions
[platform/kernel/u-boot.git] / drivers / mtd / ubi / io.c
index 688fb50..608dede 100644 (file)
@@ -77,6 +77,7 @@
 #include <linux/crc32.h>
 #include <linux/err.h>
 #include <linux/slab.h>
+#include <u-boot/crc.h>
 #else
 #include <hexdump.h>
 #include <ubi_uboot.h>