kernel/samples/vfio-mdev/mdpy-fb.c
.. .. @@ -86,7 +86,7 @@ 86 86 iounmap(info->screen_base); 87 87 } 88 88 89 -static struct fb_ops mdpy_fb_ops = {89 +static const struct fb_ops mdpy_fb_ops = {90 90 .owner = THIS_MODULE, 91 91 .fb_destroy = mdpy_fb_destroy, 92 92 .fb_setcolreg = mdpy_fb_setcolreg,