mfd: intel_soc_pmic: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:22 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:12 +0000 (15:56 +0000)
commit172cb30177cbe7a0d0eb38c1f3d9534d63ce822f
tree03692566fb191b1575c5eae09fa94beecdb2ef77
parent7f9e3feb7c0f71f5aa797f455abf0d503a520139
mfd: intel_soc_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/intel_soc_pmic_core.h
drivers/mfd/intel_soc_pmic_crc.c