regulator: max77686: Remove regulator_dev array from state container
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 10 Mar 2014 08:32:45 +0000 (09:32 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 10 Mar 2014 09:29:01 +0000 (09:29 +0000)
commitb0c13e8030fed5bf5ab7b5dd798bfe4da3bd7cca
tree9f50a4a66d45efd417b1e813f6e19b9e71e18577
parent7c2ee82c1620945b6d919c99e40230eef62da919
regulator: max77686: Remove regulator_dev array from state container

Don't store array of regulator_dev returned by devm_regulator_register()
in state container. It isn't used anywhere outside of
max77686_pmic_probe() function.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/max77686.c