diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-04-17 22:54:00 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-18 18:26:30 +0100 |
commit | 9135d3bcec6c087fa2ef4fbde8b80ff8b27b34c7 (patch) | |
tree | 21d4b6e8cc6f23f82fecbcead0fdc15c9c660eee | |
parent | b4d12a79295ca216008af7970f208c6051fd408d (diff) | |
download | lwn-9135d3bcec6c087fa2ef4fbde8b80ff8b27b34c7.tar.gz lwn-9135d3bcec6c087fa2ef4fbde8b80ff8b27b34c7.zip |
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 { u8 voltage_bank; u8 voltage_reg; u8 voltage_mask; - u8 voltage_shift; } expand_register; }; @@ -1532,7 +1531,6 @@ static struct ab8500_regulator_info .voltage_bank = 0x04, .voltage_reg = 0x01, .voltage_mask = 0x10, - .voltage_shift = 1, } }, [AB8540_LDO_AUX4] = { |