aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/cg14.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/cg14.c')
-rw-r--r--drivers/video/fbdev/cg14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/cg14.c b/drivers/video/fbdev/cg14.c
index d80d99db3a46..a620b51cf7d0 100644
--- a/drivers/video/fbdev/cg14.c
+++ b/drivers/video/fbdev/cg14.c
@@ -39,7 +39,7 @@ static int cg14_pan_display(struct fb_var_screeninfo *, struct fb_info *);
* Frame buffer operations
*/
-static struct fb_ops cg14_ops = {
+static const struct fb_ops cg14_ops = {
.owner = THIS_MODULE,
.fb_setcolreg = cg14_setcolreg,
.fb_pan_display = cg14_pan_display,