From: Axel Lin Date: Tue, 15 Apr 2014 11:40:09 +0000 (+0800) Subject: mfd: tps65218: Remove unused *rdev[] from struct tps65218 X-Git-Tag: next-20140530~51^2~60 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=35337a44b4feb64539f9c7eeefa195d333548372;p=karo-tx-linux.git 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 Signed-off-by: Lee Jones --- 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 { 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; };