aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/streebog_generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/streebog_generic.c')
-rw-r--r--crypto/streebog_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/streebog_generic.c b/crypto/streebog_generic.c
index 99c07e0c10ba..57bbf70f4c22 100644
--- a/crypto/streebog_generic.c
+++ b/crypto/streebog_generic.c
@@ -1061,7 +1061,7 @@ static void __exit streebog_mod_fini(void)
crypto_unregister_shashes(algs, ARRAY_SIZE(algs));
}
-subsys_initcall(streebog_mod_init);
+module_init(streebog_mod_init);
module_exit(streebog_mod_fini);
MODULE_LICENSE("GPL");