mfd: da9150: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 24 Feb 2015 09:39:33 +0000 (10:39 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Mar 2015 16:41:23 +0000 (16:41 +0000)
commitfbf2c4a7b69dbc61e960a3c1455e661b57d15279
tree58c4ca71d8aa23453fd0888d1bc043c083f64565
parent2600abca149745deeb4cc9272bc3640a88815485
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>
drivers/mfd/da9150-core.c