regulator: 88pm8607: Remove unused fields from struct pm8607_regulator_info
authorAxel Lin <axel.lin@ingics.com>
Tue, 26 Feb 2019 12:40:59 +0000 (20:40 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 26 Feb 2019 16:46:10 +0000 (16:46 +0000)
commit0e819b51fb9b2558d7cb85400a47370a631325dc
tree63448e0deed200c74b2ea959175be19ca0a654c0
parent2654d368ea3dc7e04a78ff2531ffd886736ae374
regulator: 88pm8607: Remove unused fields from struct pm8607_regulator_info

The *i2c and *i2c_8606 are no longer used since this driver was converted
to use regmap helpers. The *chip and *regulator are not really required.
So remove these unused fields.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/88pm8607.c