]> git.baikalelectronics.ru Git - 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)
commitfbd884991fbb48988370619e4e5831cadcff4e15
treea6be9f028298d1c0ce998c4873fa538aa09f2376
parentb8940115c67820101016ee0afb82c09756f358ce
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