aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/sunxvr1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/sunxvr1000.c')
-rw-r--r--drivers/video/fbdev/sunxvr1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/sunxvr1000.c b/drivers/video/fbdev/sunxvr1000.c
index 784c9bd5d502..15b079505a00 100644
--- a/drivers/video/fbdev/sunxvr1000.c
+++ b/drivers/video/fbdev/sunxvr1000.c
@@ -59,7 +59,7 @@ static int gfb_setcolreg(unsigned regno,
return 0;
}
-static struct fb_ops gfb_ops = {
+static const struct fb_ops gfb_ops = {
.owner = THIS_MODULE,
.fb_setcolreg = gfb_setcolreg,
.fb_fillrect = cfb_fillrect,