diff options
Diffstat (limited to 'drivers/regulator/pcf50633-regulator.c')
-rw-r--r-- | drivers/regulator/pcf50633-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c index cd761d85c8fd..8e14900eb686 100644 --- a/drivers/regulator/pcf50633-regulator.c +++ b/drivers/regulator/pcf50633-regulator.c | |||
@@ -316,7 +316,7 @@ static int __init pcf50633_regulator_init(void) | |||
316 | { | 316 | { |
317 | return platform_driver_register(&pcf50633_regulator_driver); | 317 | return platform_driver_register(&pcf50633_regulator_driver); |
318 | } | 318 | } |
319 | module_init(pcf50633_regulator_init); | 319 | subsys_initcall(pcf50633_regulator_init); |
320 | 320 | ||
321 | static void __exit pcf50633_regulator_exit(void) | 321 | static void __exit pcf50633_regulator_exit(void) |
322 | { | 322 | { |