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

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
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment