aboutsummaryrefslogtreecommitdiff
path: root/crypto/aegis128l.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aegis128l.c')
-rw-r--r--crypto/aegis128l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aegis128l.c b/crypto/aegis128l.c
index 275a8616d71b..9bca3d619a22 100644
--- a/crypto/aegis128l.c
+++ b/crypto/aegis128l.c
@@ -512,7 +512,7 @@ static void __exit crypto_aegis128l_module_exit(void)
crypto_unregister_aead(&crypto_aegis128l_alg);
}
-module_init(crypto_aegis128l_module_init);
+subsys_initcall(crypto_aegis128l_module_init);
module_exit(crypto_aegis128l_module_exit);
MODULE_LICENSE("GPL");