These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / phy / phy-sun9i-usb.c
index 0095914..ac4f31a 100644 (file)
@@ -114,7 +114,7 @@ static int sun9i_usb_phy_exit(struct phy *_phy)
        return 0;
 }
 
-static struct phy_ops sun9i_usb_phy_ops = {
+static const struct phy_ops sun9i_usb_phy_ops = {
        .init           = sun9i_usb_phy_init,
        .exit           = sun9i_usb_phy_exit,
        .owner          = THIS_MODULE,