diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 1ea2d5007ff5..798253f05203 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -3053,7 +3053,7 @@ err_free_tv: | |||
3053 | */ | 3053 | */ |
3054 | static void __exit tcrypt_mod_fini(void) { } | 3054 | static void __exit tcrypt_mod_fini(void) { } |
3055 | 3055 | ||
3056 | module_init(tcrypt_mod_init); | 3056 | subsys_initcall(tcrypt_mod_init); |
3057 | module_exit(tcrypt_mod_fini); | 3057 | module_exit(tcrypt_mod_fini); |
3058 | 3058 | ||
3059 | module_param(alg, charp, 0); | 3059 | module_param(alg, charp, 0); |