Skip to content

Commit

Permalink
regulator: mc13xxx: Remove unused field "hi_bit"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Shiyan authored and Mark Brown committed Jun 9, 2014
1 parent 978371c commit 3865e11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/regulator/mc13xxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct mc13xxx_regulator {
int vsel_reg;
int vsel_shift;
int vsel_mask;
int hi_bit;
};

struct mc13xxx_regulator_priv {
Expand Down

0 comments on commit 3865e11

Please sign in to comment.