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