Skip to content

Commit

Permalink
regulator: register pcap earlier
Browse files Browse the repository at this point in the history
Register pcap-regulator earlier so it can be used with cpufreq

Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Antonio Ospite authored and Samuel Ortiz committed Sep 17, 2009
1 parent d4d6b72 commit e397e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/pcap-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static void __exit pcap_regulator_exit(void)
platform_driver_unregister(&pcap_regulator_driver);
}

module_init(pcap_regulator_init);
subsys_initcall(pcap_regulator_init);
module_exit(pcap_regulator_exit);

MODULE_AUTHOR("Daniel Ribeiro <drwyrm@gmail.com>");
Expand Down

0 comments on commit e397e7e

Please sign in to comment.