Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
[deliverable/linux.git] / lib / libcrc32c.c
index 38b17ab52ff9e0186aeb8386bf68b2f67845687a..244f5480c898c783059873deefd91764086d41b6 100644 (file)
@@ -57,6 +57,8 @@ u32 crc32c(u32 crc, const void *address, unsigned int length)
        return *(u32 *)desc.ctx;
 }
 
+EXPORT_SYMBOL(crc32c);
+
 static int __init libcrc32c_mod_init(void)
 {
        tfm = crypto_alloc_shash("crc32c", 0, 0);
This page took 0.025121 seconds and 5 git commands to generate.