summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-dm816x-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-dm816x-usb.c')
-rw-r--r--drivers/phy/phy-dm816x-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-dm816x-usb.c b/drivers/phy/phy-dm816x-usb.c
index 7b42555ddd51..b4bbef664d20 100644
--- a/drivers/phy/phy-dm816x-usb.c
+++ b/drivers/phy/phy-dm816x-usb.c
@@ -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,
};