diff options
Diffstat (limited to 'drivers/regulator/devres.c')
| -rw-r--r-- | drivers/regulator/devres.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/devres.c b/drivers/regulator/devres.c index f44818b838dc..8f785bc9e510 100644 --- a/drivers/regulator/devres.c +++ b/drivers/regulator/devres.c | |||
| @@ -360,9 +360,9 @@ EXPORT_SYMBOL_GPL(devm_regulator_unregister_supply_alias); | |||
| 360 | * will be removed before returning to the caller. | 360 | * will be removed before returning to the caller. |
| 361 | */ | 361 | */ |
| 362 | int devm_regulator_bulk_register_supply_alias(struct device *dev, | 362 | int devm_regulator_bulk_register_supply_alias(struct device *dev, |
| 363 | const char **id, | 363 | const char *const *id, |
| 364 | struct device *alias_dev, | 364 | struct device *alias_dev, |
| 365 | const char **alias_id, | 365 | const char *const *alias_id, |
| 366 | int num_id) | 366 | int num_id) |
| 367 | { | 367 | { |
| 368 | int i; | 368 | int i; |
| @@ -404,7 +404,7 @@ EXPORT_SYMBOL_GPL(devm_regulator_bulk_register_supply_alias); | |||
| 404 | * will ensure that the resource is freed. | 404 | * will ensure that the resource is freed. |
| 405 | */ | 405 | */ |
| 406 | void devm_regulator_bulk_unregister_supply_alias(struct device *dev, | 406 | void devm_regulator_bulk_unregister_supply_alias(struct device *dev, |
| 407 | const char **id, | 407 | const char *const *id, |
| 408 | int num_id) | 408 | int num_id) |
| 409 | { | 409 | { |
| 410 | int i; | 410 | int i; |
