X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fphy%2Fphy-ti-pipe3.c;h=93bc1120af12844ca17cd53e7869dba0676b438b;hb=e5aeced6bcec5a110e6dfcb78acc203dbe895b59;hp=08020dc2c7c8c3496987589841fc0ddb0b1c9ff7;hpb=7ddab73346a1277b90fd6a4d044bc948f9cc9ad8;p=linux-2.6-microblaze.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,