From e5d41b301732b2e59d7bd6e597ffff84ac4eaf74 Mon Sep 17 00:00:00 2001 From: cwz Date: Tue, 19 Apr 2011 19:47:04 -0700 Subject: [PATCH] change tps65910 regulator init level to rootfs_initcall, higher than device_init, for cpufreq call. --- drivers/regulator/tps65910-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index faa194c4783f..c1cc774489dd 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c @@ -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) { -- 2.34.1