mfd: retu: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:28 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:19 +0000 (15:56 +0000)
commit1b33d5e2824152e3c09bc05a3c86ae2792864507
treefe437b1b8a7031b718f8331cb7b016da2767a5ec
parentdd635161e086747ca6302a46f0aa28ff3e8394db
mfd: retu: 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/retu-mfd.c