]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/phy/phy-ti-pipe3.c
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[karo-tx-linux.git] / drivers / phy / phy-ti-pipe3.c
index 08020dc2c7c8c3496987589841fc0ddb0b1c9ff7..93bc1120af12844ca17cd53e7869dba0676b438b 100644 (file)
@@ -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,