diff options
Diffstat (limited to 'lib/libcrc32c.c')
-rw-r--r-- | lib/libcrc32c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrc32c.c b/lib/libcrc32c.c index 38b17ab52ff9..244f5480c898 100644 --- a/lib/libcrc32c.c +++ b/lib/libcrc32c.c | |||
@@ -57,6 +57,8 @@ u32 crc32c(u32 crc, const void *address, unsigned int length) | |||
57 | return *(u32 *)desc.ctx; | 57 | return *(u32 *)desc.ctx; |
58 | } | 58 | } |
59 | 59 | ||
60 | EXPORT_SYMBOL(crc32c); | ||
61 | |||
60 | static int __init libcrc32c_mod_init(void) | 62 | static int __init libcrc32c_mod_init(void) |
61 | { | 63 | { |
62 | tfm = crypto_alloc_shash("crc32c", 0, 0); | 64 | tfm = crypto_alloc_shash("crc32c", 0, 0); |