kernel/drivers/video/fbdev/fm2fb.c
.. .. @@ -165,7 +165,7 @@ 165 165 u_int transp, struct fb_info *info); 166 166 static int fm2fb_blank(int blank, struct fb_info *info); 167 167 168 -static struct fb_ops fm2fb_ops = {168 +static const struct fb_ops fm2fb_ops = {169 169 .owner = THIS_MODULE, 170 170 .fb_setcolreg = fm2fb_setcolreg, 171 171 .fb_blank = fm2fb_blank,