pwm: pca9685: Constify struct regmap_config
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 24 Feb 2015 09:40:24 +0000 (10:40 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 11 Mar 2015 09:25:13 +0000 (10:25 +0100)
commitc456fbb2b221d137e14857f143d64263262badfa
treec5da630a74dc2c915a719c3d987737750b9188ae
parent67d7bc487075a0155a6d6d477f266b5bb370a238
pwm: pca9685: 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: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-pca9685.c