change tps65910 regulator init level to rootfs_initcall, higher than device_init, for cpufreq call.

This commit is contained in:
cwz
2011-04-19 19:47:04 -07:00
parent ac2ee91e29
commit e5d41b3017

View File

@@ -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)
{