kernel/drivers/video/fbdev/xilinxfb.c
.. .. @@ -247,7 +247,7 @@ 247 247 return 0; /* success */ 248 248 } 249 249 250 -static struct fb_ops xilinxfb_ops = {250 +static const struct fb_ops xilinxfb_ops = {251 251 .owner = THIS_MODULE, 252 252 .fb_setcolreg = xilinx_fb_setcolreg, 253 253 .fb_blank = xilinx_fb_blank,