aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 722cbf32192a..5eba971f394a 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -2101,7 +2101,7 @@ static void hdmi_dpms(struct exynos_drm_display *display, int mode)
2101 struct hdmi_context *hdata = display_to_hdmi(display); 2101 struct hdmi_context *hdata = display_to_hdmi(display);
2102 struct drm_encoder *encoder = hdata->encoder; 2102 struct drm_encoder *encoder = hdata->encoder;
2103 struct drm_crtc *crtc = encoder->crtc; 2103 struct drm_crtc *crtc = encoder->crtc;
2104 struct drm_crtc_helper_funcs *funcs = NULL; 2104 const struct drm_crtc_helper_funcs *funcs = NULL;
2105 2105
2106 DRM_DEBUG_KMS("mode %d\n", mode); 2106 DRM_DEBUG_KMS("mode %d\n", mode);
2107 2107