commit | 784c24c3e45cc665226e8529d79f319af7cfd09c | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Apr 11 09:59:23 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 11 12:17:32 2019 +0100 |
tree | c55651ebc0a47945b3fc61e51671b4d0c35a2821 | |
parent | 4cf469539b635d2588df4f48bf721890f5f2ade5 [diff] |
regulator: mcp16502: Remove setup_regulators function It seems a little bit odd current code pass struct regulator_config rather than a pointer to setup_regulators. The setup_regulators is so simple and only has one caller, so remove it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>