]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: tegra: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 09:07:42 +0000 (18:07 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 9 May 2014 09:01:53 +0000 (11:01 +0200)
commit30373b639aa46d9f28f6b030cab9c0a54b9705d5
tree4b16210d92c36b6fd0be381275a6468d3b82f40d
parent722782fee83b716bc1e162311f8f486aeb4edc45
gpio: tegra: 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: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tegra.c