diff options
Diffstat (limited to 'drivers/regulator/da903x.c')
-rw-r--r-- | drivers/regulator/da903x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/da903x.c b/drivers/regulator/da903x.c index c6628f5a0af7..b8b89ef10a84 100644 --- a/drivers/regulator/da903x.c +++ b/drivers/regulator/da903x.c | |||
@@ -504,7 +504,7 @@ static int __init da903x_regulator_init(void) | |||
504 | { | 504 | { |
505 | return platform_driver_register(&da903x_regulator_driver); | 505 | return platform_driver_register(&da903x_regulator_driver); |
506 | } | 506 | } |
507 | module_init(da903x_regulator_init); | 507 | subsys_initcall(da903x_regulator_init); |
508 | 508 | ||
509 | static void __exit da903x_regulator_exit(void) | 509 | static void __exit da903x_regulator_exit(void) |
510 | { | 510 | { |