]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/phy/phy-miphy365x.c
phy: Constify struct phy_ops variables
[mirror_ubuntu-artful-kernel.git] / drivers / phy / phy-miphy365x.c
index 0ff354d6e1831b3f9a970ae8d6f30a4c0fa466da..00a686a073ed6ee804ea96ebcdb0ef3813482a85 100644 (file)
@@ -510,7 +510,7 @@ static struct phy *miphy365x_xlate(struct device *dev,
        return miphy_phy->phy;
 }
 
-static struct phy_ops miphy365x_ops = {
+static const struct phy_ops miphy365x_ops = {
        .init           = miphy365x_init,
        .owner          = THIS_MODULE,
 };