diff --git a/[refs] b/[refs] index 69e3eb3b7b27..c690f27f9704 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69c35efcf1576ab5f00cba83e8ca740923afb6c9 +refs/heads/master: 53b146ae598268edbe2bf7ea7dfec721d51adddd diff --git a/trunk/lib/libcrc32c.c b/trunk/lib/libcrc32c.c index 38b17ab52ff9..244f5480c898 100644 --- a/trunk/lib/libcrc32c.c +++ b/trunk/lib/libcrc32c.c @@ -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);