]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/video/sh_mipi_dsi.h
Merge tag 'omapdss-for-3.8' of git://gitorious.org/linux-omap-dss2/linux into for...
[karo-tx-linux.git] / include / video / sh_mipi_dsi.h
index 06c67fbc4eee471f8871fd3892f87be5712c2e00..a01f197e6ac1560d1200b0f8d4e1b843b1891fd2 100644 (file)
@@ -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,7 @@ 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;
        u32                             clksrc;