aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-stih41x-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-stih41x-usb.c')
-rw-r--r--drivers/phy/phy-stih41x-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-stih41x-usb.c b/drivers/phy/phy-stih41x-usb.c
index c093b472b57d..0ac74639ad02 100644
--- a/drivers/phy/phy-stih41x-usb.c
+++ b/drivers/phy/phy-stih41x-usb.c
@@ -112,7 +112,7 @@ static int stih41x_usb_phy_power_off(struct phy *phy)
return 0;
}
-static struct phy_ops stih41x_usb_phy_ops = {
+static const struct phy_ops stih41x_usb_phy_ops = {
.init = stih41x_usb_phy_init,
.power_on = stih41x_usb_phy_power_on,
.power_off = stih41x_usb_phy_power_off,