Whamcloud - gitweb
LU-12756 lnet: Avoid comparing route to itself
[fs/lustre-release.git] / libcfs / libcfs / linux / linux-crypto-crc32.c
index 83af630..58e4691 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <linux/module.h>
 #include <linux/crc32.h>
+#include <libcfs/linux/linux-crypto.h>
 #include <crypto/internal/hash.h>
 
 #define CHKSUM_BLOCK_SIZE      1
@@ -140,10 +141,8 @@ int cfs_crypto_crc32_register(void)
 {
        return crypto_register_shash(&alg);
 }
-EXPORT_SYMBOL(cfs_crypto_crc32_register);
 
 void cfs_crypto_crc32_unregister(void)
 {
        crypto_unregister_shash(&alg);
 }
-EXPORT_SYMBOL(cfs_crypto_crc32_unregister);