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

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

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