aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/pcf50633-core.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2009-06-15 18:04:54 +0200
committerSamuel Ortiz <sameol@linux.intel.com>2009-06-17 19:41:54 +0200
commit2021de874e9f09774616772cfdefdab0e6193b09 (patch)
tree4b4c205359dd72e221c8e8a3821a84fd0c14cef6 /drivers/mfd/pcf50633-core.c
parentmfd: fix tmio related warnings (diff)
downloadlinux-dev-2021de874e9f09774616772cfdefdab0e6193b09.tar.xz
linux-dev-2021de874e9f09774616772cfdefdab0e6193b09.zip
mfd: early init for MFD running regulators
For MFDs running regulator cores, we really want them to be brought up early during boot. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Mike Rapoport <mike@compulab.co.il>
Diffstat (limited to 'drivers/mfd/pcf50633-core.c')
-rw-r--r--drivers/mfd/pcf50633-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
index 082c197ab9b8..8d3c38bf9714 100644
--- a/drivers/mfd/pcf50633-core.c
+++ b/drivers/mfd/pcf50633-core.c
@@ -705,5 +705,5 @@ MODULE_DESCRIPTION("I2C chip driver for NXP PCF50633 PMU");
MODULE_AUTHOR("Harald Welte <laforge@openmoko.org>");
MODULE_LICENSE("GPL");
-module_init(pcf50633_init);
+subsys_initcall(pcf50633_init);
module_exit(pcf50633_exit);