diff options
Diffstat (limited to 'crypto/chacha.c')
-rw-r--r-- | crypto/chacha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha.c b/crypto/chacha.c index 5103bc0b2881..28a8ad6197ab 100644 --- a/crypto/chacha.c +++ b/crypto/chacha.c @@ -243,7 +243,7 @@ static void __exit crypto_chacha_mod_fini(void) crypto_unregister_skciphers(algs, num_algs); } -subsys_initcall(crypto_chacha_mod_init); +module_init(crypto_chacha_mod_init); module_exit(crypto_chacha_mod_fini); MODULE_LICENSE("GPL"); |