mfd: hi6421-pmic: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:21 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:10 +0000 (15:56 +0000)
commit7f9e3feb7c0f71f5aa797f455abf0d503a520139
treebc8759ea5955913f94643f2092cacb2694c6f7c7
parent8da90cc825fc0c0894393b19de5d57671c799a6b
mfd: hi6421-pmic: 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/hi6421-pmic-core.c