commit | 609ca5f3cb32c2d11fd8cabe293ff3689e7d2613 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Mon Aug 10 19:43:47 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 12 13:21:14 2015 +0100 |
tree | ef9ae8c2cf889bf94f6a221716af86e133d5f255 | |
parent | 29f5f4860a8ef9407736594ec43b4fa4152ac7fa [diff] |
regulator: core: Use class device list for regulator_list in late init The regulator_list has exactly the same contents as the list that the driver core maintains of regulator_class members so is redundant. As a first step in converting over to use the class device list convert our iteration in late_initcall() to use the class device iterator. Signed-off-by: Mark Brown <broonie@kernel.org>