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:
48ca9a5
)
mfd: tps65218: Remove unused *rdev[] from struct tps65218
author
Axel Lin
<axel.lin@ingics.com>
Tue, 15 Apr 2014 11:40:09 +0000
(19:40 +0800)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:13 +0000
(08:11 +0100)
The *rdev[] is not used since commit
413be59e2f333
"regulator: tps65218: Remove unnecessary regulator_unregister call".
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/tps65218.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mfd/tps65218.h
b/include/linux/mfd/tps65218.h
index d2e357df5a0e49ac5d0458218d5fcaf8d81c7c19..2f9b593246ee694ddbf46cb5580bcf686a5ff47d 100644
(file)
--- a/
include/linux/mfd/tps65218.h
+++ b/
include/linux/mfd/tps65218.h
@@
-267,7
+267,6
@@
struct tps65218 {
u32 irq_mask;
struct regmap_irq_chip_data *irq_data;
struct regulator_desc desc[TPS65218_NUM_REGULATOR];
- struct regulator_dev *rdev[TPS65218_NUM_REGULATOR];
struct tps_info *info[TPS65218_NUM_REGULATOR];
struct regmap *regmap;
};