aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ag5evm.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-08-14 06:21:17 -0400
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-11-21 09:50:01 -0500
commit4b74fdeb24a5d1bcf35aad8b8e3bd068319a1125 (patch)
treeb45d718aab387b21d200a8ff9ca7f8e3409b1282 /arch/arm/mach-shmobile/board-ag5evm.c
parent675f9280552c1a8f6e3b2bc2582325f5a9e192d2 (diff)
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-ag5evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index a38931f6b843..d787979a5310 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -267,11 +267,8 @@ sh_mipi_set_dot_clock_pck_err:
267 return ret; 267 return ret;
268} 268}
269 269
270static struct sh_mobile_lcdc_info lcdc0_info;
271
272static struct sh_mipi_dsi_info mipidsi0_info = { 270static struct sh_mipi_dsi_info mipidsi0_info = {
273 .data_format = MIPI_RGB888, 271 .data_format = MIPI_RGB888,
274 .lcd_chan = &lcdc0_info.ch[0],
275 .channel = LCDC_CHAN_MAINLCD, 272 .channel = LCDC_CHAN_MAINLCD,
276 .lane = 2, 273 .lane = 2,
277 .vsynw_offset = 20, 274 .vsynw_offset = 20,