Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[firefly-linux-kernel-4.4.55.git] / drivers / usb / phy / phy-tegra-usb.c
index 50dc69e1666f2d2fedf8a76c7e7e3f8ebee5a6a5..13b4fa287da8aff05739a657fb9c24b3f5541ea7 100644 (file)
@@ -962,7 +962,7 @@ static const struct tegra_phy_soc_config tegra30_soc_config = {
        .requires_extra_tuning_parameters = true,
 };
 
-static struct of_device_id tegra_usb_phy_id_table[] = {
+static const struct of_device_id tegra_usb_phy_id_table[] = {
        { .compatible = "nvidia,tegra30-usb-phy", .data = &tegra30_soc_config },
        { .compatible = "nvidia,tegra20-usb-phy", .data = &tegra20_soc_config },
        { },