diff options
Diffstat (limited to 'drivers/regulator/mc13xxx-regulator-core.c')
| -rw-r--r-- | drivers/regulator/mc13xxx-regulator-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/mc13xxx-regulator-core.c b/drivers/regulator/mc13xxx-regulator-core.c index 88cbb832d555..4ed89c654110 100644 --- a/drivers/regulator/mc13xxx-regulator-core.c +++ b/drivers/regulator/mc13xxx-regulator-core.c | |||
| @@ -162,7 +162,7 @@ struct regulator_ops mc13xxx_fixed_regulator_ops = { | |||
| 162 | EXPORT_SYMBOL_GPL(mc13xxx_fixed_regulator_ops); | 162 | EXPORT_SYMBOL_GPL(mc13xxx_fixed_regulator_ops); |
| 163 | 163 | ||
| 164 | #ifdef CONFIG_OF | 164 | #ifdef CONFIG_OF |
| 165 | int __devinit mc13xxx_get_num_regulators_dt(struct platform_device *pdev) | 165 | int mc13xxx_get_num_regulators_dt(struct platform_device *pdev) |
| 166 | { | 166 | { |
| 167 | struct device_node *parent, *child; | 167 | struct device_node *parent, *child; |
| 168 | int num = 0; | 168 | int num = 0; |
| @@ -179,7 +179,7 @@ int __devinit mc13xxx_get_num_regulators_dt(struct platform_device *pdev) | |||
| 179 | } | 179 | } |
| 180 | EXPORT_SYMBOL_GPL(mc13xxx_get_num_regulators_dt); | 180 | EXPORT_SYMBOL_GPL(mc13xxx_get_num_regulators_dt); |
| 181 | 181 | ||
| 182 | struct mc13xxx_regulator_init_data * __devinit mc13xxx_parse_regulators_dt( | 182 | struct mc13xxx_regulator_init_data *mc13xxx_parse_regulators_dt( |
| 183 | struct platform_device *pdev, struct mc13xxx_regulator *regulators, | 183 | struct platform_device *pdev, struct mc13xxx_regulator *regulators, |
| 184 | int num_regulators) | 184 | int num_regulators) |
| 185 | { | 185 | { |
