diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-08-14 06:21:17 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-11-21 09:50:01 -0500 |
commit | 4b74fdeb24a5d1bcf35aad8b8e3bd068319a1125 (patch) | |
tree | b45d718aab387b21d200a8ff9ca7f8e3409b1282 /arch/arm/mach-shmobile | |
parent | 675f9280552c1a8f6e3b2bc2582325f5a9e192d2 (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')
-rw-r--r-- | arch/arm/mach-shmobile/board-ag5evm.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 3 |
2 files changed, 0 insertions, 6 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 | ||
270 | static struct sh_mobile_lcdc_info lcdc0_info; | ||
271 | |||
272 | static struct sh_mipi_dsi_info mipidsi0_info = { | 270 | static 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, |
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[] = { | |||
552 | }, | 552 | }, |
553 | }; | 553 | }; |
554 | 554 | ||
555 | static struct sh_mobile_lcdc_info lcdc_info; | ||
556 | |||
557 | static struct sh_mipi_dsi_info mipidsi0_info = { | 555 | static struct sh_mipi_dsi_info mipidsi0_info = { |
558 | .data_format = MIPI_RGB888, | 556 | .data_format = MIPI_RGB888, |
559 | .lcd_chan = &lcdc_info.ch[0], | ||
560 | .channel = LCDC_CHAN_MAINLCD, | 557 | .channel = LCDC_CHAN_MAINLCD, |
561 | .lane = 2, | 558 | .lane = 2, |
562 | .vsynw_offset = 17, | 559 | .vsynw_offset = 17, |