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

Commit 56bba8cb authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Florian Tobias Schandinat
Browse files

fbdev: matroxfb: Fix compilation after fb_var_screeninfo change



Commit fb21c2f4 ("fbdev: Add FOURCC-based format configuration API")
modified the layout of the fb_var_screeninfo structure. Remove zero
fields from the static initializers in the matroxfb driver accordingly.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 66cde97d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ static struct fb_var_screeninfo vesafb_defined = {
	39721L,48L,16L,33L,10L,
	96L,2L,~0,	/* No sync info */
	FB_VMODE_NONINTERLACED,
	0, {0,0,0,0,0}
};


+0 −1
Original line number Diff line number Diff line
@@ -593,7 +593,6 @@ static struct fb_var_screeninfo matroxfb_dh_defined = {
		39721L,48L,16L,33L,10L,
		96L,2,0,	/* no sync info */
		FB_VMODE_NONINTERLACED,
		0, {0,0,0,0,0}
};

static int matroxfb_dh_regit(const struct matrox_fb_info *minfo,