crc32: Use the crc.h header for crc functions
[platform/kernel/u-boot.git] / fs / ubifs / recovery.c
index 621804c..b568012 100644 (file)
@@ -38,6 +38,7 @@
 #ifndef __UBOOT__
 #include <linux/crc32.h>
 #include <linux/slab.h>
+#include <u-boot/crc.h>
 #else
 #include <linux/err.h>
 #endif