projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978371c
)
regulator: mc13xxx: Remove unused field "hi_bit"
author
Alexander Shiyan
<shc_work@mail.ru>
Sun, 8 Jun 2014 11:26:28 +0000
(15:26 +0400)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/mc13xxx.h
b/drivers/regulator/mc13xxx.h
index 06c8903f182a680e7c0bb8464f227f3945cbc11f..2ab9bfd93b4ed6ce2100a33477f740c2c40095d1 100644
(file)
--- 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 {