summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/pmag-ba-fb.c
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-09-04 16:00:50 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2017-09-04 16:00:50 +0200
commita7582733ef7fa80d8e8a53717e73cf83b6f2152e (patch)
tree80a5b1c7a37a56b4824b4aa1e0af4d58f38cd9d5 /drivers/video/fbdev/pmag-ba-fb.c
parent8e75f7a7a00461ef6d91797a60b606367f6e344d (diff)
downloadlinux-stable-a7582733ef7fa80d8e8a53717e73cf83b6f2152e.tar.gz
linux-stable-a7582733ef7fa80d8e8a53717e73cf83b6f2152e.tar.bz2
linux-stable-a7582733ef7fa80d8e8a53717e73cf83b6f2152e.zip
video: fbdev: make fb_var_screeninfo const
Make these const as they are not modified anywhere. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Cc: Julia Lawall <julia.lawall@lip6.fr> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video/fbdev/pmag-ba-fb.c')
-rw-r--r--drivers/video/fbdev/pmag-ba-fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/pmag-ba-fb.c b/drivers/video/fbdev/pmag-ba-fb.c
index 8d1a878f8586..3b9249449ea6 100644
--- a/drivers/video/fbdev/pmag-ba-fb.c
+++ b/drivers/video/fbdev/pmag-ba-fb.c
@@ -43,7 +43,7 @@ struct pmagbafb_par {
};
-static struct fb_var_screeninfo pmagbafb_defined = {
+static const struct fb_var_screeninfo pmagbafb_defined = {
.xres = 1024,
.yres = 864,
.xres_virtual = 1024,