video: constify fb ops across all drivers
[linux-2.6-microblaze.git] / drivers / video / fbdev / geode / gx1fb_core.c
index 737e472..5d34d89 100644 (file)
@@ -252,7 +252,7 @@ static int parse_panel_option(struct fb_info *info)
        return 0;
 }
 
-static struct fb_ops gx1fb_ops = {
+static const struct fb_ops gx1fb_ops = {
        .owner          = THIS_MODULE,
        .fb_check_var   = gx1fb_check_var,
        .fb_set_par     = gx1fb_set_par,