drm: constify fb ops across all drivers
[sfrench/cifs-2.6.git] / drivers / gpu / drm / radeon / radeon_fb.c
index f4f511796c40f33ac049477e01353eab9ed0b94e..ec0b7d6c994dc63bb69405c8fea0a2b2f6783410 100644 (file)
@@ -73,7 +73,7 @@ radeonfb_release(struct fb_info *info, int user)
        return 0;
 }
 
-static struct fb_ops radeonfb_ops = {
+static const struct fb_ops radeonfb_ops = {
        .owner = THIS_MODULE,
        DRM_FB_HELPER_DEFAULT_OPS,
        .fb_open = radeonfb_open,