summaryrefslogtreecommitdiff
path: root/crypto/aria_generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aria_generic.c')
-rw-r--r--crypto/aria_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aria_generic.c b/crypto/aria_generic.c
index bd359d3313c2..faa7900383f6 100644
--- a/crypto/aria_generic.c
+++ b/crypto/aria_generic.c
@@ -304,7 +304,7 @@ static void __exit aria_fini(void)
crypto_unregister_alg(&aria_alg);
}
-subsys_initcall(aria_init);
+module_init(aria_init);
module_exit(aria_fini);
MODULE_DESCRIPTION("ARIA Cipher Algorithm");