]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: as3711: Make of_device_id array const
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 13 May 2014 10:58:50 +0000 (12:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:23 +0000 (10:34 +0100)
commit7f752562f6abb902e81a8337ee5b81fe3a0a73dd
tree4ac0fa347fab7cf702f39e7efbb623f5e2807b8a
parent1150eca6648447725e716e3995aa58df3a5fc505
mfd: as3711: 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/as3711.c