Unverified Commit 08f0b14a authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

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: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 03c87b95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};