]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: max77686: Make of_device_id array const
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 13 May 2014 10:58:51 +0000 (12:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:14 +0000 (10:34 +0100)
commit1c2860370fed7999baf3742daa0c9ddd28cd3e37
tree6e32f70c37e9c0d98c7f1f10b165bc5af68ae54a
parent79bc7a5f71a380bdb8c145bf7e7cbb2de9dd94c1
mfd: max77686: Make of_device_id array const

Array of struct of_device_id may be be const as expected by
of_match_table field.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max77686.c