diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-04-17 10:54:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-18 13:26:30 -0400 |
commit | 9135d3bcec6c087fa2ef4fbde8b80ff8b27b34c7 (patch) | |
tree | 21d4b6e8cc6f23f82fecbcead0fdc15c9c660eee | |
parent | b4d12a79295ca216008af7970f208c6051fd408d (diff) |
regulator: ab8500: Remove unused voltage_shift field from struct expand_register
The voltage_shift field of struct expand_register is not used now, 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/ab8500.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 279793e26d94..ece31a33aa2e 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c | |||
@@ -89,7 +89,6 @@ struct ab8500_regulator_info { | |||
89 | u8 voltage_bank; | 89 | u8 voltage_bank; |
90 | u8 voltage_reg; | 90 | u8 voltage_reg; |
91 | u8 voltage_mask; | 91 | u8 voltage_mask; |
92 | u8 voltage_shift; | ||
93 | } expand_register; | 92 | } expand_register; |
94 | }; | 93 | }; |
95 | 94 | ||
@@ -1532,7 +1531,6 @@ static struct ab8500_regulator_info | |||
1532 | .voltage_bank = 0x04, | 1531 | .voltage_bank = 0x04, |
1533 | .voltage_reg = 0x01, | 1532 | .voltage_reg = 0x01, |
1534 | .voltage_mask = 0x10, | 1533 | .voltage_mask = 0x10, |
1535 | .voltage_shift = 1, | ||
1536 | } | 1534 | } |
1537 | }, | 1535 | }, |
1538 | [AB8540_LDO_AUX4] = { | 1536 | [AB8540_LDO_AUX4] = { |