aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mc13xxx.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-06-08 15:26:28 +0400
committerMark Brown <broonie@linaro.org>2014-06-09 20:50:35 +0100
commit3865e11d7b28ae9cf7defb7a6717499f596f30eb (patch)
tree244787434254edc003eee5b0c5a3632cc244a6c9 /drivers/regulator/mc13xxx.h
parentMerge remote-tracking branch 'regulator/topic/tps6586x' into regulator-next (diff)
downloadlinux-dev-3865e11d7b28ae9cf7defb7a6717499f596f30eb.tar.xz
linux-dev-3865e11d7b28ae9cf7defb7a6717499f596f30eb.zip
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.h1
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 {
int vsel_reg;
int vsel_shift;
int vsel_mask;
- int hi_bit;
};
struct mc13xxx_regulator_priv {