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