Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
[cascardo/linux.git] / 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,
 };