From: Jingoo Han Date: Wed, 18 Jun 2014 04:42:44 +0000 (+0900) Subject: usb: phy: msm: Make of_device_id array const X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=492240b0a7d41db69d463a77306451e91b8f80a1;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git usb: phy: msm: 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 Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c index ced34f39bdd4..625c14494c9a 100644 --- a/drivers/usb/phy/phy-msm-usb.c +++ b/drivers/usb/phy/phy-msm-usb.c @@ -1427,7 +1427,7 @@ static void msm_otg_debugfs_cleanup(void) debugfs_remove(msm_otg_dbg_root); } -static struct of_device_id msm_otg_dt_match[] = { +static const struct of_device_id msm_otg_dt_match[] = { { .compatible = "qcom,usb-otg-ci", .data = (void *) CI_45NM_INTEGRATED_PHY