X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fphy%2Fphy-exynos5-usbdrd.c;h=20696f53303f0798059f45273cf817cb936ea415;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=d72ef15b0d68d575917fc6293e8e9bf6fc0e5342;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/phy/phy-exynos5-usbdrd.c b/kernel/drivers/phy/phy-exynos5-usbdrd.c index d72ef15b0..20696f533 100644 --- a/kernel/drivers/phy/phy-exynos5-usbdrd.c +++ b/kernel/drivers/phy/phy-exynos5-usbdrd.c @@ -537,7 +537,7 @@ static struct phy *exynos5_usbdrd_phy_xlate(struct device *dev, return phy_drd->phys[args->args[0]].phy; } -static struct phy_ops exynos5_usbdrd_phy_ops = { +static const struct phy_ops exynos5_usbdrd_phy_ops = { .init = exynos5_usbdrd_phy_init, .exit = exynos5_usbdrd_phy_exit, .power_on = exynos5_usbdrd_phy_power_on,