video: constify fb ops across all drivers
[linux-2.6-microblaze.git] / drivers / video / fbdev / hecubafb.c
index 8577195..00d7710 100644 (file)
@@ -197,7 +197,7 @@ static ssize_t hecubafb_write(struct fb_info *info, const char __user *buf,
        return (err) ? err : count;
 }
 
-static struct fb_ops hecubafb_ops = {
+static const struct fb_ops hecubafb_ops = {
        .owner          = THIS_MODULE,
        .fb_read        = fb_sys_read,
        .fb_write       = hecubafb_write,