]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: tps6586x: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 08:23:15 +0000 (17:23 +0900)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:12 +0000 (10:34 +0100)
commite18de5be29ef6c83d36584686aa3ed8371eb035d
tree03f6dd229750c3ca758f993494383462e410cabd
parent6f8660b6272cbedc124365b4cd3badabb2785408
mfd: tps6586x: Make of_device_id array const

Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps6586x.c