Commit 3176a521 authored by Axel Lin's avatar Axel Lin Committed by Lee Jones
Browse files

mfd: tps65218: Remove unused *rdev[] from struct tps65218



The *rdev[] is not used since commit 413be59e
"regulator: tps65218: Remove unnecessary regulator_unregister call".

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 48ca9a52
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};