summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-04-15 19:40:09 +0800
committerKeerthy <j-keerthy@ti.com>2014-07-09 11:35:02 +0530
commitc7b8387ec3a885f49d3391a57092ba7d1e45519e (patch)
treef5e6599aff9fb4ec4ab4feb72c1e220414f6b1a0 /include
parenta6371e17f7366a012969de2688a11efd0f2c211d (diff)
mfd: tps65218: Remove unused *rdev[] from struct tps65218
The *rdev[] is not used since commit 413be59e2f333 "regulator: tps65218: Remove unnecessary regulator_unregister call". [ Upstream commit 3176a521922b8ebcf7a593063cc55344486d2cd7] Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/tps65218.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h
index d2e357df5a0..2f9b593246e 100644
--- 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;
};