diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-08-14 14:21:17 +0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-11-21 18:50:01 +0400 |
commit | 4b74fdeb24a5d1bcf35aad8b8e3bd068319a1125 (patch) | |
tree | b45d718aab387b21d200a8ff9ca7f8e3409b1282 /arch/arm/mach-shmobile/board-ap4evb.c | |
parent | 675f9280552c1a8f6e3b2bc2582325f5a9e192d2 (diff) | |
download | linux-4b74fdeb24a5d1bcf35aad8b8e3bd068319a1125.tar.xz |
ARM: mach-shmobile: Remove the unused sh_mipi_dsi_info lcd_chan field
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 25a46b5ed9b2..728ed4d026c7 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -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, |