These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / phy / phy-dm816x-usb.c
index 7b42555..b4bbef6 100644 (file)
@@ -113,7 +113,7 @@ static int dm816x_usb_phy_init(struct phy *x)
        return 0;
 }
 
-static struct phy_ops ops = {
+static const struct phy_ops ops = {
        .init           = dm816x_usb_phy_init,
        .owner          = THIS_MODULE,
 };