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

Array of struct of_device_id should be const as expected by both
of_match_table field and of_match_device() call.

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