]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: mach-shmobile: Don't initialize the hdmi_info lcd_chan field
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 11 Sep 2011 21:30:45 +0000 (23:30 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:40:47 +0000 (22:40 +0100)
The field is unused and will be removed. Don't initialize it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-mackerel.c

index 6c65b8b2cdf6ace5c0f7bb07359af5fcecd42d36..22e1925746256dfc9798af62eec0c6c29cff4f23 100644 (file)
@@ -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,
 };
index 740f022fd7be9bd097a391ddd5ef257287d14e9d..f275a817939cff2700ffa240a0fd3a588264358b 100644 (file)
@@ -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,
 };