]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/video/fbdev/hyperv_fb.c
Merge tag 'pm-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux.git] / drivers / video / fbdev / hyperv_fb.c
index e2443dbaf3e9815742692a2849c73f4992adc42b..f47d50e560c063d2aa02ab1e29772355aed24474 100644 (file)
@@ -908,7 +908,7 @@ static void hvfb_cfb_imageblit(struct fb_info *p,
                                               image->width, image->height);
 }
 
-static struct fb_ops hvfb_ops = {
+static const struct fb_ops hvfb_ops = {
        .owner = THIS_MODULE,
        .fb_check_var = hvfb_check_var,
        .fb_set_par = hvfb_set_par,