]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/crypto_wq.c
crypto: crypto_wq - Fix late crypto work queue initialization
[karo-tx-linux.git] / crypto / crypto_wq.c
index adad92a44ba2b763ced8c84eac837f5b5e2004d4..2f1b8d12952af2f9df1ee49a747c797ea714dce6 100644 (file)
@@ -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");