diff options
Diffstat (limited to 'drivers/gpu/drm/drm_plane_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_plane_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c index 33807e0adac7..40c1db9ad7c3 100644 --- a/drivers/gpu/drm/drm_plane_helper.c +++ b/drivers/gpu/drm/drm_plane_helper.c | |||
@@ -401,9 +401,9 @@ int drm_plane_helper_commit(struct drm_plane *plane, | |||
401 | struct drm_plane_state *plane_state, | 401 | struct drm_plane_state *plane_state, |
402 | struct drm_framebuffer *old_fb) | 402 | struct drm_framebuffer *old_fb) |
403 | { | 403 | { |
404 | struct drm_plane_helper_funcs *plane_funcs; | 404 | const struct drm_plane_helper_funcs *plane_funcs; |
405 | struct drm_crtc *crtc[2]; | 405 | struct drm_crtc *crtc[2]; |
406 | struct drm_crtc_helper_funcs *crtc_funcs[2]; | 406 | const struct drm_crtc_helper_funcs *crtc_funcs[2]; |
407 | int i, ret = 0; | 407 | int i, ret = 0; |
408 | 408 | ||
409 | plane_funcs = plane->helper_private; | 409 | plane_funcs = plane->helper_private; |