drm: Constify struct drm_fb_helper_funcs
[deliverable/linux.git] / drivers / gpu / drm / cirrus / cirrus_fbdev.c
index 32bbba0a787bc9e85d68556756c62771b06c5adb..2bd0291168e42cd4414670e182089757a86a08bc 100644 (file)
@@ -288,7 +288,7 @@ static int cirrus_fbdev_destroy(struct drm_device *dev,
        return 0;
 }
 
-static struct drm_fb_helper_funcs cirrus_fb_helper_funcs = {
+static const struct drm_fb_helper_funcs cirrus_fb_helper_funcs = {
        .gamma_set = cirrus_crtc_fb_gamma_set,
        .gamma_get = cirrus_crtc_fb_gamma_get,
        .fb_probe = cirrusfb_create,
This page took 0.032688 seconds and 5 git commands to generate.