]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: tps6507x: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 08:22:28 +0000 (17:22 +0900)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:11 +0000 (10:34 +0100)
commit6f8660b6272cbedc124365b4cd3badabb2785408
treee09929879278102f3d4babd2dd25b43bca52e8fc
parentb48c22d263efbbc2a58c8bfbb64a557fe0bd7c77
mfd: tps6507x: 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/tps6507x.c