drm/i915: make drm_crtc_helper_funcs const data

Because they can be.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Jani Nikula 2015-04-13 11:26:56 +03:00 committed by Daniel Vetter
parent 5fa836a9d8
commit 65b38e0d87
1 changed files with 1 additions and 1 deletions

View File

@ -11034,7 +11034,7 @@ out_hang:
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,