aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-04-02 09:08:24 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-02 18:05:28 -0400
commit1ec990c0020496ad32bf35726f7c033d09c2fce7 (patch)
treeef40db1f6c9991299920ccd62ef2ca9f52821b44
parent4c84b4ddd4e3ce4ab475da96ba5531d4ce0741a4 (diff)
regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info
operating_point is not used since the initial commit of db8500-prcmu driver, remove it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--drivers/regulator/dbx500-prcmu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/dbx500-prcmu.h b/drivers/regulator/dbx500-prcmu.h
index e763883a44f4..c8e51ace9f06 100644
--- a/drivers/regulator/dbx500-prcmu.h
+++ b/drivers/regulator/dbx500-prcmu.h
@@ -21,7 +21,6 @@
21 * @is_enabled: status of the regulator 21 * @is_enabled: status of the regulator
22 * @epod_id: id for EPOD (power domain) 22 * @epod_id: id for EPOD (power domain)
23 * @is_ramret: RAM retention switch for EPOD (power domain) 23 * @is_ramret: RAM retention switch for EPOD (power domain)
24 * @operating_point: operating point (only for vape, to be removed)
25 * 24 *
26 */ 25 */
27struct dbx500_regulator_info { 26struct dbx500_regulator_info {
@@ -32,7 +31,6 @@ struct dbx500_regulator_info {
32 u16 epod_id; 31 u16 epod_id;
33 bool is_ramret; 32 bool is_ramret;
34 bool exclude_from_power_state; 33 bool exclude_from_power_state;
35 unsigned int operating_point;
36}; 34};
37 35
38void power_state_active_enable(void); 36void power_state_active_enable(void);