From: Axel Lin Date: Sun, 13 Jan 2019 14:17:46 +0000 (+0800) Subject: regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulator X-Git-Tag: microblaze-v5.4-rc1~114^2~55^2~112 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=08f0b14adc7c4fd5ef7ab2f4b7a62ed1b8216bbb;p=linux-2.6-microblaze.git regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulator The ctrl_regs field is not used at all, remove it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/hi655x-regulator.c b/drivers/regulator/hi655x-regulator.c index 36ae54b53814..bba24a6fdb1e 100644 --- a/drivers/regulator/hi655x-regulator.c +++ b/drivers/regulator/hi655x-regulator.c @@ -28,7 +28,6 @@ struct hi655x_regulator { unsigned int disable_reg; unsigned int status_reg; - unsigned int ctrl_regs; unsigned int ctrl_mask; struct regulator_desc rdesc; };