|
@@ -160,8 +160,6 @@ struct regulator_consumer_supply {
|
|
* @supply_regulator: Parent regulator. Specified using the regulator name
|
|
* @supply_regulator: Parent regulator. Specified using the regulator name
|
|
* as it appears in the name field in sysfs, which can
|
|
* as it appears in the name field in sysfs, which can
|
|
* be explicitly set using the constraints field 'name'.
|
|
* be explicitly set using the constraints field 'name'.
|
|
- * @supply_regulator_dev: Parent regulator (if any) - DEPRECATED in favour
|
|
|
|
- * of supply_regulator.
|
|
|
|
*
|
|
*
|
|
* @constraints: Constraints. These must be specified for the regulator to
|
|
* @constraints: Constraints. These must be specified for the regulator to
|
|
* be usable.
|
|
* be usable.
|
|
@@ -173,7 +171,6 @@ struct regulator_consumer_supply {
|
|
*/
|
|
*/
|
|
struct regulator_init_data {
|
|
struct regulator_init_data {
|
|
const char *supply_regulator; /* or NULL for system supply */
|
|
const char *supply_regulator; /* or NULL for system supply */
|
|
- struct device *supply_regulator_dev; /* or NULL for system supply */
|
|
|
|
|
|
|
|
struct regulation_constraints constraints;
|
|
struct regulation_constraints constraints;
|
|
|
|
|