mfd: tps65218: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:31 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 16:03:34 +0000 (16:03 +0000)
commit18bb399f6de0314aede17fc05fbb42c9b1c1b12d
tree40f0c215ddd6eace67869e55446d9b2981b7f95d
parent486212f53fe1ccad156804318ca83e77484b7de3
mfd: tps65218: 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/tps65218.c