aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/ast/ast_mode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c
index f3b2a7cce744..e87f1ff223f4 100644
--- a/drivers/gpu/drm/ast/ast_mode.c
+++ b/drivers/gpu/drm/ast/ast_mode.c
@@ -582,7 +582,6 @@ static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = {
582 .mode_set_base = ast_crtc_mode_set_base, 582 .mode_set_base = ast_crtc_mode_set_base,
583 .disable = ast_crtc_disable, 583 .disable = ast_crtc_disable,
584 .load_lut = ast_crtc_load_lut, 584 .load_lut = ast_crtc_load_lut,
585 .disable = ast_crtc_disable,
586 .prepare = ast_crtc_prepare, 585 .prepare = ast_crtc_prepare,
587 .commit = ast_crtc_commit, 586 .commit = ast_crtc_commit,
588 587