]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/phy/phy-exynos-dp-video.c
Merge branch 'pm-opp'
[karo-tx-linux.git] / drivers / phy / phy-exynos-dp-video.c
index 179cbf9451aacf1aca440e46eb05493f41037e48..34b06154e5d959b8b2b0f429e62dd9ae0355151f 100644 (file)
@@ -48,7 +48,7 @@ static int exynos_dp_video_phy_power_off(struct phy *phy)
                                  EXYNOS5_PHY_ENABLE, 0);
 }
 
-static struct phy_ops exynos_dp_video_phy_ops = {
+static const struct phy_ops exynos_dp_video_phy_ops = {
        .power_on       = exynos_dp_video_phy_power_on,
        .power_off      = exynos_dp_video_phy_power_off,
        .owner          = THIS_MODULE,