commit | 0e819b51fb9b2558d7cb85400a47370a631325dc | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Feb 26 20:40:59 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Feb 26 16:46:10 2019 +0000 |
tree | 63448e0deed200c74b2ea959175be19ca0a654c0 | |
parent | 2654d368ea3dc7e04a78ff2531ffd886736ae374 [diff] |
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>