summaryrefslogtreecommitdiff
path: root/drivers/phy/hisilicon/phy-hi3660-usb3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/hisilicon/phy-hi3660-usb3.c')
-rw-r--r--drivers/phy/hisilicon/phy-hi3660-usb3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/hisilicon/phy-hi3660-usb3.c b/drivers/phy/hisilicon/phy-hi3660-usb3.c
index cc0af2c044d0..84adce9b4277 100644
--- a/drivers/phy/hisilicon/phy-hi3660-usb3.c
+++ b/drivers/phy/hisilicon/phy-hi3660-usb3.c
@@ -161,7 +161,7 @@ out:
return ret;
}
-static struct phy_ops hi3660_phy_ops = {
+static const struct phy_ops hi3660_phy_ops = {
.init = hi3660_phy_init,
.exit = hi3660_phy_exit,
.owner = THIS_MODULE,