diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-08 11:26:28 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-09 19:50:35 (GMT) |
commit | 3865e11d7b28ae9cf7defb7a6717499f596f30eb (patch) | |
tree | 244787434254edc003eee5b0c5a3632cc244a6c9 /drivers/regulator/mc13xxx.h | |
parent | 978371cbabb4cb7a47751049d72f06dc8348cab2 (diff) | |
download | linux-3865e11d7b28ae9cf7defb7a6717499f596f30eb.tar.xz |
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 06c8903..2ab9bfd 100644 --- a/drivers/regulator/mc13xxx.h +++ b/drivers/regulator/mc13xxx.h @@ -21,7 +21,6 @@ struct mc13xxx_regulator { int vsel_reg; int vsel_shift; int vsel_mask; - int hi_bit; }; struct mc13xxx_regulator_priv { |