X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fphy%2Fphy-ti-pipe3.c;h=93bc1120af12844ca17cd53e7869dba0676b438b;hb=3959df1dfb9538498ec3372a2d390bc7fbdbfac2;hp=08020dc2c7c8c3496987589841fc0ddb0b1c9ff7;hpb=3c6d45b4178dab250ca2e4ad936e20d5c16939cd;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/phy/phy-ti-pipe3.c b/drivers/phy/phy-ti-pipe3.c index 08020dc2c7c8..93bc1120af12 100644 --- a/drivers/phy/phy-ti-pipe3.c +++ b/drivers/phy/phy-ti-pipe3.c @@ -298,7 +298,7 @@ static int ti_pipe3_exit(struct phy *x) return 0; } -static struct phy_ops ops = { +static const struct phy_ops ops = { .init = ti_pipe3_init, .exit = ti_pipe3_exit, .power_on = ti_pipe3_power_on,