summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto_null.c')
-rw-r--r--crypto/crypto_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c
index 01630a9c7e01..9320d4eaa4a8 100644
--- a/crypto/crypto_null.c
+++ b/crypto/crypto_null.c
@@ -220,7 +220,7 @@ static void __exit crypto_null_mod_fini(void)
220 crypto_unregister_skcipher(&skcipher_null); 220 crypto_unregister_skcipher(&skcipher_null);
221} 221}
222 222
223module_init(crypto_null_mod_init); 223subsys_initcall(crypto_null_mod_init);
224module_exit(crypto_null_mod_fini); 224module_exit(crypto_null_mod_fini);
225 225
226MODULE_LICENSE("GPL"); 226MODULE_LICENSE("GPL");