diff --git a/drivers/video/ov2640.c b/drivers/video/ov2640.c index cf1ed674790..8c9c916c4a4 100644 --- a/drivers/video/ov2640.c +++ b/drivers/video/ov2640.c @@ -438,9 +438,6 @@ struct ov2640_config { }; struct ov2640_data { - const struct device *reset_gpio; - uint8_t reset_pin; - gpio_dt_flags_t reset_pin_flags; struct video_format fmt; };