mfd: smsc-ece1099: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:01:29 +0000 (10:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:56:26 +0000 (15:56 +0000)
commit486212f53fe1ccad156804318ca83e77484b7de3
treefdbe9ce68411a46130edab6641613e530b9c4824
parentb8d12eac2838f3fe31bb9d2deaa42c044c8d4d23
mfd: smsc-ece1099: 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/smsc-ece1099.c