diff options
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-msm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-msm.c b/drivers/usb/host/ehci-msm.c index 982c09bebe0f..934b39d5e44a 100644 --- a/drivers/usb/host/ehci-msm.c +++ b/drivers/usb/host/ehci-msm.c | |||
@@ -190,7 +190,7 @@ static const struct dev_pm_ops ehci_msm_dev_pm_ops = { | |||
190 | .resume = ehci_msm_pm_resume, | 190 | .resume = ehci_msm_pm_resume, |
191 | }; | 191 | }; |
192 | 192 | ||
193 | static struct of_device_id msm_ehci_dt_match[] = { | 193 | static const struct of_device_id msm_ehci_dt_match[] = { |
194 | { .compatible = "qcom,ehci-host", }, | 194 | { .compatible = "qcom,ehci-host", }, |
195 | {} | 195 | {} |
196 | }; | 196 | }; |