aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c3
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c3
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
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,
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
555static struct sh_mobile_lcdc_info lcdc_info;
556
557static struct sh_mipi_dsi_info mipidsi0_info = { 555static 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,