commit | 8da90cc825fc0c0894393b19de5d57671c799a6b | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Mon Jan 05 10:01:20 2015 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Jan 22 15:56:07 2015 +0000 |
tree | 764cc93fce1c60a3b0f8f56c18da39a56e8db7b6 | |
parent | 774e0b41d485e18e655247441b8ca8b8dbe217c4 [diff] |
mfd: 88pm860x-core: 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: Lee Jones <lee.jones@linaro.org>