video: constify fb ops across all drivers
[linux-2.6-microblaze.git] / drivers / video / fbdev / vga16fb.c
index 2c6a576..a20eeb8 100644 (file)
@@ -1270,7 +1270,7 @@ static void vga16fb_destroy(struct fb_info *info)
        framebuffer_release(info);
 }
 
-static struct fb_ops vga16fb_ops = {
+static const struct fb_ops vga16fb_ops = {
        .owner          = THIS_MODULE,
        .fb_open        = vga16fb_open,
        .fb_release     = vga16fb_release,