X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=crypto%2Fcrypto_wq.c;h=2f1b8d12952af2f9df1ee49a747c797ea714dce6;hb=HEAD;hp=adad92a44ba2b763ced8c84eac837f5b5e2004d4;hpb=41966710ab574f1fcedf3e10e1ceef911c096d1d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/crypto/crypto_wq.c b/crypto/crypto_wq.c index adad92a..2f1b8d1 100644 --- a/crypto/crypto_wq.c +++ b/crypto/crypto_wq.c @@ -33,7 +33,7 @@ static void __exit crypto_wq_exit(void) destroy_workqueue(kcrypto_wq); } -module_init(crypto_wq_init); +subsys_initcall(crypto_wq_init); module_exit(crypto_wq_exit); MODULE_LICENSE("GPL");