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

Commit 074d0da4 authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

fbdev: sh_mipi_dsi: Remove the unused sh_mipi_dsi_info lcd_chan field



The field is unused, remove it from the structure.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent 4b74fdeb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ enum sh_mipi_dsi_data_fmt {
	MIPI_YUV420,
};

struct sh_mobile_lcdc_chan_cfg;

#define SH_MIPI_DSI_HSABM	(1 << 0)
#define SH_MIPI_DSI_HBPBM	(1 << 1)
#define SH_MIPI_DSI_HFPBM	(1 << 2)
@@ -47,7 +45,6 @@ struct sh_mobile_lcdc_chan_cfg;

struct sh_mipi_dsi_info {
	enum sh_mipi_dsi_data_fmt	data_format;
	struct sh_mobile_lcdc_chan_cfg	*lcd_chan;
	int				channel;
	int				lane;
	unsigned long			flags;