mfd: tps65217: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:30 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 16:03:46 +0000 (16:03 +0000)
commitaf0a837de60c548032f9b364d75fadf56e3a1b09
tree7c9183280283de6b28e11d74bc7f7ec0a1a1326c
parent18dd21ab107325a260836be824f7bb58b3e0ff7c
mfd: tps65217: 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>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65217.c