mfd: lm3533: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:24 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:17 +0000 (15:56 +0000)
commitdd635161e086747ca6302a46f0aa28ff3e8394db
treed65a2756b1e6b4936852ed6c53d665cbeb61526b
parent68be231ccf95ed8b70ad1541bd4e95121704ba54
mfd: lm3533: 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/lm3533-core.c