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