mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 01:35:23 +00:00
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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.mcux_csi | ||
| Kconfig.mt9m114 | ||
| Kconfig.sw_generator | ||
| mt9m114.c | ||
| video_common.c | ||
| video_mcux_csi.c | ||
| video_sw_generator.c | ||