usb: phy: tegra: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 18 Jun 2014 04:43:50 +0000 (13:43 +0900)
committerFelipe Balbi <balbi@ti.com>
Mon, 30 Jun 2014 17:14:42 +0000 (12:14 -0500)
commit0f0520ba83e6eeeadfabb2b8750b9616219810ad
tree83488e28bad811776265cc2c8b8ece3cbae5f9e1
parent492240b0a7d41db69d463a77306451e91b8f80a1
usb: phy: 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: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-tegra-usb.c