aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aegis128.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crypto/aegis128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aegis128.c b/crypto/aegis128.c
index 3718a8341303..d78f77fc5dd1 100644
--- a/crypto/aegis128.c
+++ b/crypto/aegis128.c
@@ -448,7 +448,7 @@ static void __exit crypto_aegis128_module_exit(void)
crypto_unregister_aead(&crypto_aegis128_alg);
}
-module_init(crypto_aegis128_module_init);
+subsys_initcall(crypto_aegis128_module_init);
module_exit(crypto_aegis128_module_exit);
MODULE_LICENSE("GPL");