aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/fb-puv3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/fb-puv3.c')
-rw-r--r--drivers/video/fbdev/fb-puv3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/fb-puv3.c b/drivers/video/fbdev/fb-puv3.c
index fa62c4dff7d1..75df6aabac21 100644
--- a/drivers/video/fbdev/fb-puv3.c
+++ b/drivers/video/fbdev/fb-puv3.c
@@ -644,7 +644,7 @@ int unifb_mmap(struct fb_info *info,
return vm_iomap_memory(vma, info->fix.smem_start, info->fix.smem_len);
}
-static struct fb_ops unifb_ops = {
+static const struct fb_ops unifb_ops = {
.fb_read = fb_sys_read,
.fb_write = fb_sys_write,
.fb_check_var = unifb_check_var,