kernel/drivers/video/fbdev/maxinefb.c
.. .. @@ -105,7 +105,7 @@ 105 105 return 0; 106 106 } 107 107 108 -static struct fb_ops maxinefb_ops = {108 +static const struct fb_ops maxinefb_ops = {109 109 .owner = THIS_MODULE, 110 110 .fb_setcolreg = maxinefb_setcolreg, 111 111 .fb_fillrect = cfb_fillrect,