drm: Constify struct drm_fb_helper_funcs
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_fbdev.c
index 088fe9378a4cbec751cd927142b48827a0b23226..c942d13cd5cb9ac966e8baf8130d65269136b3b4 100644 (file)
@@ -452,7 +452,7 @@ out:
        return true;
 }
 
-static struct drm_fb_helper_funcs intel_fb_helper_funcs = {
+static const struct drm_fb_helper_funcs intel_fb_helper_funcs = {
        .initial_config = intel_fb_initial_config,
        .gamma_set = intel_crtc_fb_gamma_set,
        .gamma_get = intel_crtc_fb_gamma_get,
This page took 0.042016 seconds and 5 git commands to generate.