commit | d842b61ba9e63b77830f24f1bfdcc102f5628167 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Mon Jan 05 10:01:32 2015 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Jan 22 16:03:48 2015 +0000 |
tree | e17c0b5eb9eaaf9c4c5b5fc02f390346239a1aa8 | |
parent | af0a837de60c548032f9b364d75fadf56e3a1b09 [diff] |
mfd: twl-core: 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>