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:
committed by
Hans Verkuil
parent
327f961f77
commit
4f72947c69
@@ -724,10 +724,6 @@ static const struct v4l2_ioctl_ops deinterlace_ioctl_ops = {
|
|||||||
/*
|
/*
|
||||||
* Queue operations
|
* Queue operations
|
||||||
*/
|
*/
|
||||||
struct vb2_dc_conf {
|
|
||||||
struct device *dev;
|
|
||||||
};
|
|
||||||
|
|
||||||
static int deinterlace_queue_setup(struct vb2_queue *vq,
|
static int deinterlace_queue_setup(struct vb2_queue *vq,
|
||||||
unsigned int *nbuffers, unsigned int *nplanes,
|
unsigned int *nbuffers, unsigned int *nplanes,
|
||||||
unsigned int sizes[], struct device *alloc_devs[])
|
unsigned int sizes[], struct device *alloc_devs[])
|
||||||
|
|||||||
Reference in New Issue
Block a user