diff options
Diffstat (limited to 'include/video/sh_mobile_lcdc.h')
-rw-r--r-- | include/video/sh_mobile_lcdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/sh_mobile_lcdc.h b/include/video/sh_mobile_lcdc.h index 484b0a2d7b2f..7571b27a0ba1 100644 --- a/include/video/sh_mobile_lcdc.h +++ b/include/video/sh_mobile_lcdc.h | |||
@@ -178,7 +178,7 @@ struct sh_mobile_lcdc_chan_cfg { | |||
178 | struct sh_mobile_lcdc_panel_cfg panel_cfg; | 178 | struct sh_mobile_lcdc_panel_cfg panel_cfg; |
179 | struct sh_mobile_lcdc_bl_info bl_info; | 179 | struct sh_mobile_lcdc_bl_info bl_info; |
180 | struct sh_mobile_lcdc_sys_bus_cfg sys_bus_cfg; /* only for SYSn I/F */ | 180 | struct sh_mobile_lcdc_sys_bus_cfg sys_bus_cfg; /* only for SYSn I/F */ |
181 | struct sh_mobile_meram_cfg *meram_cfg; | 181 | const struct sh_mobile_meram_cfg *meram_cfg; |
182 | 182 | ||
183 | struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ | 183 | struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ |
184 | }; | 184 | }; |