Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-3
-3
include/video/sh_mipi_dsi.h
··· 25 25 MIPI_YUV420, 26 26 }; 27 27 28 - struct sh_mobile_lcdc_chan_cfg; 29 - 30 28 #define SH_MIPI_DSI_HSABM (1 << 0) 31 29 #define SH_MIPI_DSI_HBPBM (1 << 1) 32 30 #define SH_MIPI_DSI_HFPBM (1 << 2) ··· 45 47 46 48 struct sh_mipi_dsi_info { 47 49 enum sh_mipi_dsi_data_fmt data_format; 48 - struct sh_mobile_lcdc_chan_cfg *lcd_chan; 49 50 int channel; 50 51 int lane; 51 52 unsigned long flags;