From 60ea29eb6ab202340048a58a8cd4e046898b9ef5 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 14 Aug 2012 12:21:17 +0200 Subject: [PATCH] --- yaml --- r: 344510 b: refs/heads/master c: 074d0da486e2a5b8e80c35070ede7104f302f6da h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/video/sh_mipi_dsi.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 391046a4bd5f..8483c82e284f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4b74fdeb24a5d1bcf35aad8b8e3bd068319a1125 +refs/heads/master: 074d0da486e2a5b8e80c35070ede7104f302f6da diff --git a/trunk/include/video/sh_mipi_dsi.h b/trunk/include/video/sh_mipi_dsi.h index eae71d94d241..a01f197e6ac1 100644 --- a/trunk/include/video/sh_mipi_dsi.h +++ b/trunk/include/video/sh_mipi_dsi.h @@ -25,8 +25,6 @@ enum sh_mipi_dsi_data_fmt { MIPI_YUV420, }; -struct sh_mobile_lcdc_chan_cfg; - #define SH_MIPI_DSI_HSABM (1 << 0) #define SH_MIPI_DSI_HBPBM (1 << 1) #define SH_MIPI_DSI_HFPBM (1 << 2) @@ -47,7 +45,6 @@ struct sh_mobile_lcdc_chan_cfg; struct sh_mipi_dsi_info { enum sh_mipi_dsi_data_fmt data_format; - struct sh_mobile_lcdc_chan_cfg *lcd_chan; int channel; int lane; unsigned long flags;