gpio: pxa: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Tue, 3 Jun 2014 12:10:25 +0000 (21:10 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 19 Jun 2014 07:31:17 +0000 (09:31 +0200)
commit0fb394122af43512d2e493dfd8ec1a2b01b71496
treeee6d560053f795168dce346a5cd9be616552f491
parente95c7c45a82a188c64900d495e32a49ac802b58e
gpio: pxa: 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: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pxa.c