drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.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");