]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: ehci-spear: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 18 Jun 2014 04:35:41 +0000 (13:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 23:13:03 +0000 (16:13 -0700)
commit3632eba532fce0651f69d605177b53ff8d91d91e
tree1f07420ce31127bf12e23f1e2ca5ec1cd70cf4ac
parent1b45049a37a67912ac15b7ae07ad1a095de2f669
USB: ehci-spear: 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: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-spear.c