regulator: mc13xxx: Remove unused field "hi_bit"
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 8 Jun 2014 11:26:28 +0000 (15:26 +0400)
committerMark Brown <broonie@linaro.org>
Mon, 9 Jun 2014 19:50:35 +0000 (20:50 +0100)
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>
drivers/regulator/mc13xxx.h

index 06c8903..2ab9bfd 100644 (file)
@@ -21,7 +21,6 @@ struct mc13xxx_regulator {
        int vsel_reg;
        int vsel_shift;
        int vsel_mask;
-       int hi_bit;
 };
 
 struct mc13xxx_regulator_priv {