extcon: max77693: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 08:57:27 +0000 (09:57 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 26 Jan 2015 04:47:55 +0000 (13:47 +0900)
commit6594890020d505ddfab24a2dcd0b68b84628ed1e
tree8bb3cafeaf52402468936daf7246adc9db058779
parent5a696d9760fe99bd96dfc6ac336b7e2dc9b21c98
extcon: max77693: 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: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max77693.c