These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / phy / phy-bcm-kona-usb2.c
index ef2dc1a..7b67fe4 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,