diff options
Diffstat (limited to 'crypto/crypto_null.c')
-rw-r--r-- | crypto/crypto_null.c | 2 |
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 | ||
223 | module_init(crypto_null_mod_init); | 223 | subsys_initcall(crypto_null_mod_init); |
224 | module_exit(crypto_null_mod_fini); | 224 | module_exit(crypto_null_mod_fini); |
225 | 225 | ||
226 | MODULE_LICENSE("GPL"); | 226 | MODULE_LICENSE("GPL"); |