diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-02-18 09:53:15 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-18 14:58:12 -0500 |
commit | 5bc78015998e14bf0362a01fc47e8b63053dbfd8 (patch) | |
tree | ab3004a4db92c9f01d9fbb7f0bde8dbde7b59aef | |
parent | 0e2576ceffd4b5362023b765b11ed647c06ffc2d (diff) |
regulator: Remove obsolete consumer_dev related comment
consumer_dev is remove by commit 737f36
"regulator: Remove support for supplies specified by struct device".
Thus remove the obsolete comment.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index b9c900e81790..645c122bb5bc 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -1003,8 +1003,6 @@ static int set_supply(struct regulator_dev *rdev, | |||
1003 | * sources to symbolic names for supplies for use by devices. Devices | 1003 | * sources to symbolic names for supplies for use by devices. Devices |
1004 | * should use these symbolic names to request regulators, avoiding the | 1004 | * should use these symbolic names to request regulators, avoiding the |
1005 | * need to provide board-specific regulator names as platform data. | 1005 | * need to provide board-specific regulator names as platform data. |
1006 | * | ||
1007 | * Only one of consumer_dev and consumer_dev_name may be specified. | ||
1008 | */ | 1006 | */ |
1009 | static int set_consumer_device_supply(struct regulator_dev *rdev, | 1007 | static int set_consumer_device_supply(struct regulator_dev *rdev, |
1010 | const char *consumer_dev_name, | 1008 | const char *consumer_dev_name, |