kernel/drivers/video/fbdev/hecubafb.c
.. .. @@ -197,7 +197,7 @@ 197 197 return (err) ? err : count; 198 198 } 199 199 200 -static struct fb_ops hecubafb_ops = {200 +static const struct fb_ops hecubafb_ops = {201 201 .owner = THIS_MODULE, 202 202 .fb_read = fb_sys_read, 203 203 .fb_write = hecubafb_write,