diff options
Diffstat (limited to 'drivers/regulator/core.c')
-rw-r--r-- | drivers/regulator/core.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 9a09f3cdbabb..ba28d29b66d2 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -1597,9 +1597,10 @@ EXPORT_SYMBOL_GPL(regulator_unregister_supply_alias); | |||
1597 | * registered any aliases that were registered will be removed | 1597 | * registered any aliases that were registered will be removed |
1598 | * before returning to the caller. | 1598 | * before returning to the caller. |
1599 | */ | 1599 | */ |
1600 | int regulator_bulk_register_supply_alias(struct device *dev, const char **id, | 1600 | int regulator_bulk_register_supply_alias(struct device *dev, |
1601 | const char *const *id, | ||
1601 | struct device *alias_dev, | 1602 | struct device *alias_dev, |
1602 | const char **alias_id, | 1603 | const char *const *alias_id, |
1603 | int num_id) | 1604 | int num_id) |
1604 | { | 1605 | { |
1605 | int i; | 1606 | int i; |
@@ -1637,7 +1638,7 @@ EXPORT_SYMBOL_GPL(regulator_bulk_register_supply_alias); | |||
1637 | * aliases in one operation. | 1638 | * aliases in one operation. |
1638 | */ | 1639 | */ |
1639 | void regulator_bulk_unregister_supply_alias(struct device *dev, | 1640 | void regulator_bulk_unregister_supply_alias(struct device *dev, |
1640 | const char **id, | 1641 | const char *const *id, |
1641 | int num_id) | 1642 | int num_id) |
1642 | { | 1643 | { |
1643 | int i; | 1644 | int i; |