]> git.kernelconcepts.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>
Tue, 3 Jun 2014 07:11:27 +0000 (08:11 +0100)
commit153a4ff4d4880d483dfb601b95dabe4d3fe0ddc6
tree7f9cdd3ad4b9c1a5c49d60f9befd159790b66cc7
parentc0dfbfe2a7ca401aaadf00dbab4e597027125e11
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