video: constify fb ops across all drivers
[linux-2.6-microblaze.git] / drivers / video / fbdev / tridentfb.c
index da74bf6..7155099 100644 (file)
@@ -1443,7 +1443,7 @@ static int tridentfb_blank(int blank_mode, struct fb_info *info)
        return (blank_mode == FB_BLANK_NORMAL) ? 1 : 0;
 }
 
-static struct fb_ops tridentfb_ops = {
+static const struct fb_ops tridentfb_ops = {
        .owner = THIS_MODULE,
        .fb_setcolreg = tridentfb_setcolreg,
        .fb_pan_display = tridentfb_pan_display,