aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/crypto_wq.c2
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
36module_init(crypto_wq_init); 36subsys_initcall(crypto_wq_init);
37module_exit(crypto_wq_exit); 37module_exit(crypto_wq_exit);
38 38
39MODULE_LICENSE("GPL"); 39MODULE_LICENSE("GPL");