drm: Constify struct drm_fb_helper_funcs
[deliverable/linux.git] / drivers / gpu / drm / gma500 / framebuffer.c
index e7fcc148f333ed56de86a92b14bcc0297fd798ff..76e4d777d01d6cc3daf40dcd66a4b15ad07d10b2 100644 (file)
@@ -561,7 +561,7 @@ static int psbfb_probe(struct drm_fb_helper *helper,
        return psbfb_create(psb_fbdev, sizes);
 }
 
-static struct drm_fb_helper_funcs psb_fb_helper_funcs = {
+static const struct drm_fb_helper_funcs psb_fb_helper_funcs = {
        .gamma_set = psbfb_gamma_set,
        .gamma_get = psbfb_gamma_get,
        .fb_probe = psbfb_probe,
This page took 0.02541 seconds and 5 git commands to generate.