mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
change tps65910 regulator init level to rootfs_initcall, higher than device_init, for cpufreq call.
This commit is contained in:
@@ -754,7 +754,7 @@ static int __init tps65910_regulator_init(void)
|
||||
{
|
||||
return platform_driver_register(&tps65910_regulator_driver);
|
||||
}
|
||||
module_init(tps65910_regulator_init);
|
||||
rootfs_initcall(tps65910_regulator_init);
|
||||
|
||||
static void __exit tps65910_regulator_exit(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user