diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-01 19:10:51 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-02 09:03:24 -0500 |
commit | 737f360d5bef5e01c6cfa755dca0b449a154c1e0 (patch) | |
tree | ce9241643680f1a6f7691ae440175943fda7843d /include | |
parent | fb87ef1a123fa85bca1b6ac693a65752a7d0c718 (diff) |
regulator: Remove support for supplies specified by struct device
This has been deprecated for a very long time now.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/machine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index f3f13fd5868f..7abb16093312 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h | |||
@@ -139,12 +139,10 @@ struct regulation_constraints { | |||
139 | * make struct device available late such as I2C and is the preferred | 139 | * make struct device available late such as I2C and is the preferred |
140 | * form. | 140 | * form. |
141 | * | 141 | * |
142 | * @dev: Device structure for the consumer. | ||
143 | * @dev_name: Result of dev_name() for the consumer. | 142 | * @dev_name: Result of dev_name() for the consumer. |
144 | * @supply: Name for the supply. | 143 | * @supply: Name for the supply. |
145 | */ | 144 | */ |
146 | struct regulator_consumer_supply { | 145 | struct regulator_consumer_supply { |
147 | struct device *dev; /* consumer */ | ||
148 | const char *dev_name; /* dev_name() for consumer */ | 146 | const char *dev_name; /* dev_name() for consumer */ |
149 | const char *supply; /* consumer supply - e.g. "vcc" */ | 147 | const char *supply; /* consumer supply - e.g. "vcc" */ |
150 | }; | 148 | }; |