[media] V4L: ov2640: remove undefined struct
struct ov2640_camera_info isn't declared anywhere, remove it. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
db592a2465
commit
97a0a611e8
|
@ -300,7 +300,6 @@ struct ov2640_win_size {
|
|||
|
||||
struct ov2640_priv {
|
||||
struct v4l2_subdev subdev;
|
||||
struct ov2640_camera_info *info;
|
||||
enum v4l2_mbus_pixelcode cfmt_code;
|
||||
const struct ov2640_win_size *win;
|
||||
int model;
|
||||
|
@ -1153,8 +1152,6 @@ static int ov2640_probe(struct i2c_client *client,
|
|||
return -ENOMEM;
|
||||
}
|
||||
|
||||
priv->info = icl->priv;
|
||||
|
||||
v4l2_i2c_subdev_init(&priv->subdev, client, &ov2640_subdev_ops);
|
||||
|
||||
icd->ops = &ov2640_ops;
|
||||
|
|
Loading…
Reference in New Issue