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 | 074d0da486e2a5b8e80c35070ede7104f302f6da (patch) | |
| tree | 722544c6a5e3f3a46066a875470f320bd2b252a6 | |
| parent | 4b74fdeb24a5d1bcf35aad8b8e3bd068319a1125 (diff) | |
fbdev: sh_mipi_dsi: Remove the unused sh_mipi_dsi_info lcd_chan field
The field is unused, remove it from the structure.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
| -rw-r--r-- | include/video/sh_mipi_dsi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/sh_mipi_dsi.h b/include/video/sh_mipi_dsi.h index eae71d94d24..a01f197e6ac 100644 --- a/include/video/sh_mipi_dsi.h +++ b/include/video/sh_mipi_dsi.h | |||
| @@ -25,8 +25,6 @@ enum sh_mipi_dsi_data_fmt { | |||
| 25 | MIPI_YUV420, | 25 | MIPI_YUV420, |
| 26 | }; | 26 | }; |
| 27 | 27 | ||
| 28 | struct sh_mobile_lcdc_chan_cfg; | ||
| 29 | |||
| 30 | #define SH_MIPI_DSI_HSABM (1 << 0) | 28 | #define SH_MIPI_DSI_HSABM (1 << 0) |
| 31 | #define SH_MIPI_DSI_HBPBM (1 << 1) | 29 | #define SH_MIPI_DSI_HBPBM (1 << 1) |
| 32 | #define SH_MIPI_DSI_HFPBM (1 << 2) | 30 | #define SH_MIPI_DSI_HFPBM (1 << 2) |
| @@ -47,7 +45,6 @@ struct sh_mobile_lcdc_chan_cfg; | |||
| 47 | 45 | ||
| 48 | struct sh_mipi_dsi_info { | 46 | struct sh_mipi_dsi_info { |
| 49 | enum sh_mipi_dsi_data_fmt data_format; | 47 | enum sh_mipi_dsi_data_fmt data_format; |
| 50 | struct sh_mobile_lcdc_chan_cfg *lcd_chan; | ||
| 51 | int channel; | 48 | int channel; |
| 52 | int lane; | 49 | int lane; |
| 53 | unsigned long flags; | 50 | unsigned long flags; |
