diff options
-rw-r--r-- | crypto/crypto_wq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_wq.c b/crypto/crypto_wq.c index adad92a44ba2..2f1b8d12952a 100644 --- a/crypto/crypto_wq.c +++ b/crypto/crypto_wq.c | |||
@@ -33,7 +33,7 @@ static void __exit crypto_wq_exit(void) | |||
33 | destroy_workqueue(kcrypto_wq); | 33 | destroy_workqueue(kcrypto_wq); |
34 | } | 34 | } |
35 | 35 | ||
36 | module_init(crypto_wq_init); | 36 | subsys_initcall(crypto_wq_init); |
37 | module_exit(crypto_wq_exit); | 37 | module_exit(crypto_wq_exit); |
38 | 38 | ||
39 | MODULE_LICENSE("GPL"); | 39 | MODULE_LICENSE("GPL"); |