Commit 65b38e0d authored by Jani Nikula's avatar Jani Nikula Committed by Daniel Vetter

drm/i915: make drm_crtc_helper_funcs const data

Because they can be.
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 5fa836a9
......@@ -11034,7 +11034,7 @@ static int intel_crtc_page_flip(struct drm_crtc *crtc,
return ret;
}
static struct drm_crtc_helper_funcs intel_helper_funcs = {
static const struct drm_crtc_helper_funcs intel_helper_funcs = {
.mode_set_base_atomic = intel_pipe_set_base_atomic,
.load_lut = intel_crtc_load_lut,
.atomic_begin = intel_begin_crtc_commit,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment