commit | de1e23f83441d1f44f12e56b1e972b728a821f32 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Mon Jan 05 10:01:33 2015 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Jan 22 16:03:50 2015 +0000 |
tree | 94a92b4ebeb4d3375f6a78bf54bfb5dd6317c583 | |
parent | d842b61ba9e63b77830f24f1bfdcc102f5628167 [diff] |
mfd: twl6040: Constify struct regmap_config and reg_default array The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make array of struct reg_default const as well. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>