提交 65b38e0d 编写于 作者: J Jani Nikula 提交者: Daniel Vetter

drm/i915: make drm_crtc_helper_funcs const data

Because they can be.
Signed-off-by: NJani Nikula <jani.nikula@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册