]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
gpio: lpc32xx: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Tue, 3 Jun 2014 12:09:02 +0000 (21:09 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 19 Jun 2014 07:31:16 +0000 (09:31 +0200)
commite95c7c45a82a188c64900d495e32a49ac802b58e
treea6be9f028298d1c0ce998c4873fa538aa09f2376
parent3f7dbfd8eea9a2989485886029b1bd2a6b441f3e
gpio: lpc32xx: 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: Roland Stigge <stigge@antcom.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lpc32xx.c