aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-exynos5250-sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-exynos5250-sata.c')
-rw-r--r--drivers/phy/phy-exynos5250-sata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c
index bc858cc800a1..60e13afcd9b8 100644
--- a/drivers/phy/phy-exynos5250-sata.c
+++ b/drivers/phy/phy-exynos5250-sata.c
@@ -154,7 +154,7 @@ static int exynos_sata_phy_init(struct phy *phy)
return ret;
}
-static struct phy_ops exynos_sata_phy_ops = {
+static const struct phy_ops exynos_sata_phy_ops = {
.init = exynos_sata_phy_init,
.power_on = exynos_sata_phy_power_on,
.power_off = exynos_sata_phy_power_off,