diff options
Diffstat (limited to 'drivers/regulator/db8500-prcmu.c')
-rw-r--r-- | drivers/regulator/db8500-prcmu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/db8500-prcmu.c b/drivers/regulator/db8500-prcmu.c index 359f8d18fc3f..219d162b651e 100644 --- a/drivers/regulator/db8500-prcmu.c +++ b/drivers/regulator/db8500-prcmu.c | |||
@@ -412,7 +412,7 @@ dbx500_regulator_info[DB8500_NUM_REGULATORS] = { | |||
412 | }, | 412 | }, |
413 | }; | 413 | }; |
414 | 414 | ||
415 | static __devinit int db8500_regulator_register(struct platform_device *pdev, | 415 | static int db8500_regulator_register(struct platform_device *pdev, |
416 | struct regulator_init_data *init_data, | 416 | struct regulator_init_data *init_data, |
417 | int id, | 417 | int id, |
418 | struct device_node *np) | 418 | struct device_node *np) |
@@ -474,7 +474,7 @@ static struct of_regulator_match db8500_regulator_matches[] = { | |||
474 | { .name = "db8500_esram34_ret", .driver_data = (void *) DB8500_REGULATOR_SWITCH_ESRAM34RET, }, | 474 | { .name = "db8500_esram34_ret", .driver_data = (void *) DB8500_REGULATOR_SWITCH_ESRAM34RET, }, |
475 | }; | 475 | }; |
476 | 476 | ||
477 | static __devinit int | 477 | static int |
478 | db8500_regulator_of_probe(struct platform_device *pdev, | 478 | db8500_regulator_of_probe(struct platform_device *pdev, |
479 | struct device_node *np) | 479 | struct device_node *np) |
480 | { | 480 | { |
@@ -491,7 +491,7 @@ db8500_regulator_of_probe(struct platform_device *pdev, | |||
491 | return 0; | 491 | return 0; |
492 | } | 492 | } |
493 | 493 | ||
494 | static int __devinit db8500_regulator_probe(struct platform_device *pdev) | 494 | static int db8500_regulator_probe(struct platform_device *pdev) |
495 | { | 495 | { |
496 | struct regulator_init_data *db8500_init_data = | 496 | struct regulator_init_data *db8500_init_data = |
497 | dev_get_platdata(&pdev->dev); | 497 | dev_get_platdata(&pdev->dev); |