kernel/drivers/video/fbdev/asiliantfb.c
.. .. @@ -95,7 +95,7 @@ 95 95 static int asiliantfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, 96 96 u_int transp, struct fb_info *info); 97 97 98 -static struct fb_ops asiliantfb_ops = {98 +static const struct fb_ops asiliantfb_ops = {99 99 .owner = THIS_MODULE, 100 100 .fb_check_var = asiliantfb_check_var, 101 101 .fb_set_par = asiliantfb_set_par,