ARM: mach-shmobile: Remove the unused sh_mipi_dsi_info lcd_chan field
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 14 Aug 2012 10:21:17 +0000 (12:21 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 21 Nov 2012 14:50:01 +0000 (15:50 +0100)
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
arch/arm/mach-shmobile/board-ag5evm.c
arch/arm/mach-shmobile/board-ap4evb.c

index a38931f6b843ee23d240ae9fec9d2bf8088a3eb5..d787979a53106098c775cb03328aaa110ec62f71 100644 (file)
@@ -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,
index 25a46b5ed9b206915ad27733d9d2c7601b0e8004..728ed4d026c7db74c4e0c4829239b6d3eb5eb327 100644 (file)
@@ -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,
This page took 0.025914 seconds and 5 git commands to generate.