]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: vexpress: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 08:09:12 +0000 (17:09 +0900)
committerMark Brown <broonie@linaro.org>
Wed, 7 May 2014 19:56:25 +0000 (20:56 +0100)
commit9ad38318a8b637a6669af67bd454ed62ed2a9c98
tree6302f5d9e57e6b8513cec28ba0fc18c62da2b170
parentc8369df139d63f5a354039700760332d2d2ea405
regulator: vexpress: 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>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/vexpress.c