Commit 4f72947c authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Hans Verkuil
Browse files

media: m2m-deinterlace: remove unused struct 'vb2_dc_conf'



'vb2_dc_conf' has been unused since the original
commit 8f0755c0 ("[media] media: Add mem2mem deinterlacing driver").

Remove it.

Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 327f961f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -724,10 +724,6 @@ static const struct v4l2_ioctl_ops deinterlace_ioctl_ops = {
/*
 * Queue operations
 */
struct vb2_dc_conf {
	struct device           *dev;
};

static int deinterlace_queue_setup(struct vb2_queue *vq,
				unsigned int *nbuffers, unsigned int *nplanes,
				unsigned int sizes[], struct device *alloc_devs[])