]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/phy/phy-qcom-ufs-qmp-14nm.c
phy: Constify struct phy_ops variables
[mirror_ubuntu-artful-kernel.git] / drivers / phy / phy-qcom-ufs-qmp-14nm.c
index e1eea1b379fcc0107fec6d701f5cb5467c5507c0..56631e77c11d7fb2ebd5e978869797d910b5daaf 100644 (file)
@@ -115,7 +115,7 @@ static int ufs_qcom_phy_qmp_14nm_is_pcs_ready(struct ufs_qcom_phy *phy_common)
        return err;
 }
 
-static struct phy_ops ufs_qcom_phy_qmp_14nm_phy_ops = {
+static const struct phy_ops ufs_qcom_phy_qmp_14nm_phy_ops = {
        .init           = ufs_qcom_phy_qmp_14nm_init,
        .exit           = ufs_qcom_phy_exit,
        .power_on       = ufs_qcom_phy_power_on,