mfd: max8998: Make of_device_id array const
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 13 May 2014 10:58:48 +0000 (12:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:34 +0000 (08:11 +0100)
commite920574d7f2869c7be859a4e37da9305be98698e
tree3cadc96f41d317a9dd41982e2c3b7a0d93bed68c
parent5785a97e3d977a68854be9702ba428dd4c1f7e74
mfd: max8998: 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/max8998.c