video: constify fb ops across all drivers
[linux-2.6-microblaze.git] / drivers / video / fbdev / hyperv_fb.c
index 2dcb7c5..fcd546e 100644 (file)
@@ -623,7 +623,7 @@ static void hvfb_cfb_imageblit(struct fb_info *p,
                synthvid_update(p);
 }
 
-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,