diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-08 07:26:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-09 15:50:35 -0400 |
commit | 3865e11d7b28ae9cf7defb7a6717499f596f30eb (patch) | |
tree | 244787434254edc003eee5b0c5a3632cc244a6c9 /drivers/regulator/mc13xxx.h | |
parent | 978371cbabb4cb7a47751049d72f06dc8348cab2 (diff) |
regulator: mc13xxx: Remove unused field "hi_bit"
Field "hi_bit" is not used anywhere in the driver.
This patch removes this excess field.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/mc13xxx.h')
-rw-r--r-- | drivers/regulator/mc13xxx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mc13xxx.h b/drivers/regulator/mc13xxx.h index 06c8903f182a..2ab9bfd93b4e 100644 --- a/drivers/regulator/mc13xxx.h +++ b/drivers/regulator/mc13xxx.h | |||
@@ -21,7 +21,6 @@ struct mc13xxx_regulator { | |||
21 | int vsel_reg; | 21 | int vsel_reg; |
22 | int vsel_shift; | 22 | int vsel_shift; |
23 | int vsel_mask; | 23 | int vsel_mask; |
24 | int hi_bit; | ||
25 | }; | 24 | }; |
26 | 25 | ||
27 | struct mc13xxx_regulator_priv { | 26 | struct mc13xxx_regulator_priv { |