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

Commit 4b74fdeb authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

ARM: mach-shmobile: Remove the unused sh_mipi_dsi_info lcd_chan field

parent 675f9280
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -267,11 +267,8 @@ sh_mipi_set_dot_clock_pck_err:
	return ret;
}

static struct sh_mobile_lcdc_info lcdc0_info;

static struct sh_mipi_dsi_info mipidsi0_info = {
	.data_format	= MIPI_RGB888,
	.lcd_chan	= &lcdc0_info.ch[0],
	.channel	= LCDC_CHAN_MAINLCD,
	.lane		= 2,
	.vsynw_offset	= 20,
+0 −3
Original line number Diff line number Diff line
@@ -552,11 +552,8 @@ static struct resource mipidsi0_resources[] = {
	},
};

static struct sh_mobile_lcdc_info lcdc_info;

static struct sh_mipi_dsi_info mipidsi0_info = {
	.data_format	= MIPI_RGB888,
	.lcd_chan	= &lcdc_info.ch[0],
	.channel	= LCDC_CHAN_MAINLCD,
	.lane		= 2,
	.vsynw_offset	= 17,