diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-01-13 22:17:46 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-14 11:44:09 +0000 |
commit | 08f0b14adc7c4fd5ef7ab2f4b7a62ed1b8216bbb (patch) | |
tree | c9420c8fbdf38e5935c068e15e26f7028fcec234 /drivers/regulator/hi655x-regulator.c | |
parent | 03c87b95ac04c2a34045641b25dded6e3e889556 (diff) |
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 <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/hi655x-regulator.c')
-rw-r--r-- | drivers/regulator/hi655x-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |