zephyr/drivers/video
Kumar Gala 50a24950eb drivers: video: mcux_csi: Fix compile error
Fix compile errors of the form:

video_mcux_csi.c: In function 'video_mcux_csi_init_0':
video_mcux_csi.c:422:40: error: 'const struct device' has no member
				 named 'driver_data'
  422 |  struct video_mcux_csi_data *data = dev->driver_data;
      |                                        ^~

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-09-03 18:08:08 -04:00
..
CMakeLists.txt
Kconfig drivers: video: Remove legacy timeout use 2020-05-07 11:01:55 +02:00
Kconfig.mcux_csi
Kconfig.mt9m114
Kconfig.sw_generator
mt9m114.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
video_common.c
video_mcux_csi.c drivers: video: mcux_csi: Fix compile error 2020-09-03 18:08:08 -04:00
video_sw_generator.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00