From: Krzysztof Kozlowski Date: Tue, 24 Feb 2015 09:40:24 +0000 (+0100) Subject: pwm: pca9685: Constify struct regmap_config X-Git-Tag: omap-for-v4.2/o2_dc~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c456fbb2b221d137e14857f143d64263262badfa;p=pandora-kernel.git 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 Signed-off-by: Thierry Reding --- Reading git-diff-tree failed