diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-04-15 07:40:09 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 03:11:13 -0400 |
commit | 3176a521922b8ebcf7a593063cc55344486d2cd7 (patch) | |
tree | 0453983c445012ac66110e6e819b946e104d7242 | |
parent | 48ca9a52c58c088c7492185ef33d0675d6382b5a (diff) |
mfd: tps65218: Remove unused *rdev[] from struct tps65218
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>
-rw-r--r-- | include/linux/mfd/tps65218.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h index d2e357df5a0e..2f9b593246ee 100644 --- a/include/linux/mfd/tps65218.h +++ b/include/linux/mfd/tps65218.h | |||
@@ -267,7 +267,6 @@ struct tps65218 { | |||
267 | u32 irq_mask; | 267 | u32 irq_mask; |
268 | struct regmap_irq_chip_data *irq_data; | 268 | struct regmap_irq_chip_data *irq_data; |
269 | struct regulator_desc desc[TPS65218_NUM_REGULATOR]; | 269 | struct regulator_desc desc[TPS65218_NUM_REGULATOR]; |
270 | struct regulator_dev *rdev[TPS65218_NUM_REGULATOR]; | ||
271 | struct tps_info *info[TPS65218_NUM_REGULATOR]; | 270 | struct tps_info *info[TPS65218_NUM_REGULATOR]; |
272 | struct regmap *regmap; | 271 | struct regmap *regmap; |
273 | }; | 272 | }; |