commit | fbf2c4a7b69dbc61e960a3c1455e661b57d15279 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Tue Feb 24 10:39:33 2015 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Mar 03 16:41:23 2015 +0000 |
tree | 58c4ca71d8aa23453fd0888d1bc043c083f64565 | |
parent | 2600abca149745deeb4cc9272bc3640a88815485 [diff] |
mfd: da9150: Constify struct regmap_config The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>