crc32: Use the crc.h header for crc functions
[oweals/u-boot.git] / drivers / mtd / ubi / crc32.c
index 9c54ea4db0c74f004840f76e830e746c52ede92c..9ce061c861308d90f9ae5566c680ed7c25ea4532 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/compiler.h>
+#include <u-boot/crc.h>
 #endif
 #include <linux/types.h>