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

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

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
Dr. David Alan Gilbert 2024-05-30 14:26:18 +01:00 committed by Hans Verkuil
parent 327f961f77
commit 4f72947c69

View File

@ -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[])