commit | 50a24950eb5c009a13f34b36cbd787ed3739e834 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Sep 03 14:07:24 2020 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 03 18:08:08 2020 -0400 |
tree | b6f469cf418ecc2de41bcfcf2aad351fdaa4f7f4 | |
parent | 57a894a5ee3e3ece615f4fca9b32181fb6652e36 [diff] |
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>