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

Commit e2543c5a authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

arm: mach-shmobile: Don't initialize the hdmi_info lcd_chan field



The field is unused and will be removed. Don't initialize it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent db85905a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -808,10 +808,7 @@ static struct platform_device fsi_ak4643_device = {
static long ap4evb_clk_optimize(unsigned long target, unsigned long *best_freq,
				unsigned long *parent_freq);

static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info;

static struct sh_mobile_hdmi_info hdmi_info = {
	.lcd_chan = &sh_mobile_lcdc1_info.ch[0],
	.flags = HDMI_SND_SRC_SPDIF,
	.clk_optimize_parent = ap4evb_clk_optimize,
};
+0 −3
Original line number Diff line number Diff line
@@ -427,10 +427,7 @@ static struct platform_device lcdc_device = {
};

/* HDMI */
static struct sh_mobile_lcdc_info hdmi_lcdc_info;

static struct sh_mobile_hdmi_info hdmi_info = {
	.lcd_chan	= &hdmi_lcdc_info.ch[0],
	.flags		= HDMI_SND_SRC_SPDIF,
};