aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-mvebu-sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-mvebu-sata.c')
-rw-r--r--drivers/phy/phy-mvebu-sata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-mvebu-sata.c b/drivers/phy/phy-mvebu-sata.c
index 03b94f92e6f1..768ce92e81ce 100644
--- a/drivers/phy/phy-mvebu-sata.c
+++ b/drivers/phy/phy-mvebu-sata.c
@@ -75,7 +75,7 @@ static int phy_mvebu_sata_power_off(struct phy *phy)
return 0;
}
-static struct phy_ops phy_mvebu_sata_ops = {
+static const struct phy_ops phy_mvebu_sata_ops = {
.power_on = phy_mvebu_sata_power_on,
.power_off = phy_mvebu_sata_power_off,
.owner = THIS_MODULE,