drm: Constify struct drm_fb_helper_funcs
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_fbcon.c
index 64a42cfd371735fe6958147d9f07f6e235a5e417..8e9c07b7fc89493de1d67ce3347f3cc65bbb6255 100644 (file)
@@ -438,7 +438,7 @@ void nouveau_fbcon_gpu_lockup(struct fb_info *info)
        info->flags |= FBINFO_HWACCEL_DISABLED;
 }
 
-static struct drm_fb_helper_funcs nouveau_fbcon_helper_funcs = {
+static const struct drm_fb_helper_funcs nouveau_fbcon_helper_funcs = {
        .gamma_set = nouveau_fbcon_gamma_set,
        .gamma_get = nouveau_fbcon_gamma_get,
        .fb_probe = nouveau_fbcon_create,
This page took 0.025608 seconds and 5 git commands to generate.