Home
last modified time | relevance | path

Searched hist:"035 f3324b35296171a9e6bc5744f66daa0ebcfef" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dmax8649.cdiff 035f3324b35296171a9e6bc5744f66daa0ebcfef Mon Jan 05 03:05:47 CST 2015 Krzysztof Kozlowski <k.kozlowski@samsung.com> regulator: max8649: Constify struct regmap_config and regulator_ops

The regmap_config struct may be const because it is not modified by the
driver and regmap_init() accepts pointer to const. Make struct
regulator_ops const as well.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>