aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/ab8500.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-04-17 22:54:00 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-18 18:26:30 +0100
commit9135d3bcec6c087fa2ef4fbde8b80ff8b27b34c7 (patch)
tree21d4b6e8cc6f23f82fecbcead0fdc15c9c660eee /drivers/regulator/ab8500.c
parentb4d12a79295ca216008af7970f208c6051fd408d (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>
Diffstat (limited to 'drivers/regulator/ab8500.c')
-rw-r--r--drivers/regulator/ab8500.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index 279793e26d9..ece31a33aa2 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] = {