From e2543c5ab299c67ddfb73a36eca4da6574259ab9 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 11 Sep 2011 23:30:45 +0200 Subject: 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: Laurent Pinchart --- arch/arm/mach-shmobile/board-mackerel.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-shmobile/board-mackerel.c') diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 740f022fd7be..f275a817939c 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -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, }; -- cgit v1.2.3