Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3281e54c authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structure



The structure is only read, make it const.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent e6765ffa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1003,7 +1003,7 @@ static int sh_mobile_lcdc_setcolreg(u_int regno,
	return 0;
}

static struct fb_fix_screeninfo sh_mobile_lcdc_fix  = {
static const struct fb_fix_screeninfo sh_mobile_lcdc_fix  = {
	.id =		"SH Mobile LCDC",
	.type =		FB_TYPE_PACKED_PIXELS,
	.visual =	FB_VISUAL_TRUECOLOR,