diff options
author | Mark Brown <broonie@sirena.org.uk> | 2013-04-28 02:13:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@sirena.org.uk> | 2013-04-28 02:13:34 +0100 |
commit | c98cac899b6cd8ce5908c1d87708d78b41f6472d (patch) | |
tree | a31eaf8bef22c731c03e01f92fa709a6b3b5050a /drivers/regulator/dbx500-prcmu.h | |
parent | 9e63d23056c0157ba2ab3a1339a8e69d759b2f34 (diff) | |
parent | 5d9de8b1216c60c15b02982c9f6b4875f757db02 (diff) |
Merge remote-tracking branch 'regulator/topic/ab8500' into v3.9-rc8
Diffstat (limited to 'drivers/regulator/dbx500-prcmu.h')
-rw-r--r-- | drivers/regulator/dbx500-prcmu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/dbx500-prcmu.h b/drivers/regulator/dbx500-prcmu.h index e763883a44f..c8e51ace9f0 100644 --- a/drivers/regulator/dbx500-prcmu.h +++ b/drivers/regulator/dbx500-prcmu.h @@ -21,7 +21,6 @@ * @is_enabled: status of the regulator * @epod_id: id for EPOD (power domain) * @is_ramret: RAM retention switch for EPOD (power domain) - * @operating_point: operating point (only for vape, to be removed) * */ struct dbx500_regulator_info { @@ -32,7 +31,6 @@ struct dbx500_regulator_info { u16 epod_id; bool is_ramret; bool exclude_from_power_state; - unsigned int operating_point; }; void power_state_active_enable(void); |