]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/phy/phy-tusb1210.c
Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[karo-tx-linux.git] / drivers / phy / phy-tusb1210.c
index 93dd45f2f26e2dfe3904c625af9820fee494c37d..4f6d5e71507d1c5989326fbeece2597593b39f2f 100644 (file)
@@ -53,7 +53,7 @@ static int tusb1210_power_off(struct phy *phy)
        return 0;
 }
 
-static struct phy_ops phy_ops = {
+static const struct phy_ops phy_ops = {
        .power_on = tusb1210_power_on,
        .power_off = tusb1210_power_off,
        .owner = THIS_MODULE,