summaryrefslogtreecommitdiff
path: root/crypto/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha256.c')
-rw-r--r--crypto/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha256.c b/crypto/sha256.c
index c2588d08ee3e..47ad7e4cc55f 100644
--- a/crypto/sha256.c
+++ b/crypto/sha256.c
@@ -224,7 +224,7 @@ static int __init crypto_sha256_mod_init(void)
num_algs /= 2;
return crypto_register_shashes(algs, ARRAY_SIZE(algs));
}
-subsys_initcall(crypto_sha256_mod_init);
+module_init(crypto_sha256_mod_init);
static void __exit crypto_sha256_mod_exit(void)
{