kernel/drivers/video/fbdev/vfb.c
.. .. @@ -78,7 +78,7 @@ 78 78 static int vfb_mmap(struct fb_info *info, 79 79 struct vm_area_struct *vma); 80 80 81 -static struct fb_ops vfb_ops = {81 +static const struct fb_ops vfb_ops = {82 82 .fb_read = fb_sys_read, 83 83 .fb_write = fb_sys_write, 84 84 .fb_check_var = vfb_check_var,