aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-brcmstb-sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-brcmstb-sata.c')
-rw-r--r--drivers/phy/phy-brcmstb-sata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-brcmstb-sata.c b/drivers/phy/phy-brcmstb-sata.c
index b7e303d28caf..8a2cb16a1937 100644
--- a/drivers/phy/phy-brcmstb-sata.c
+++ b/drivers/phy/phy-brcmstb-sata.c
@@ -122,7 +122,7 @@ static int brcm_sata_phy_init(struct phy *phy)
return 0;
}
-static struct phy_ops phy_ops_28nm = {
+static const struct phy_ops phy_ops_28nm = {
.init = brcm_sata_phy_init,
.owner = THIS_MODULE,
};