video: constify fb ops across all drivers
[linux-2.6-microblaze.git] / drivers / video / fbdev / ffb.c
index cd2d1db..948b731 100644 (file)
@@ -44,7 +44,7 @@ static int ffb_pan_display(struct fb_var_screeninfo *, struct fb_info *);
  *  Frame buffer operations
  */
 
-static struct fb_ops ffb_ops = {
+static const struct fb_ops ffb_ops = {
        .owner                  = THIS_MODULE,
        .fb_setcolreg           = ffb_setcolreg,
        .fb_blank               = ffb_blank,