UPSTREAM: PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .remove
[firefly-linux-kernel-4.4.55.git] / drivers / phy / phy-bcm-kona-usb2.c
index ef2dc1aab2b9b5ed03cf0511da89c6da1f78393d..7b67fe49e30bf7187cfc8ee24cad70a0dafedfd1 100644 (file)
@@ -91,7 +91,7 @@ static int bcm_kona_usb_phy_power_off(struct phy *gphy)
        return 0;
 }
 
-static struct phy_ops ops = {
+static const struct phy_ops ops = {
        .init           = bcm_kona_usb_phy_init,
        .power_on       = bcm_kona_usb_phy_power_on,
        .power_off      = bcm_kona_usb_phy_power_off,