[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
[deliverable/linux.git] / samples / v4l / v4l2-pci-skeleton.c
index 5f91d76260ff7dff1944d124f5714e824a7c923e..93b76c3220fddc888397c0005507eeafdd1fb6a3 100644 (file)
@@ -163,7 +163,7 @@ static irqreturn_t skeleton_irq(int irq, void *dev_id)
  */
 static int queue_setup(struct vb2_queue *vq,
                       unsigned int *nbuffers, unsigned int *nplanes,
-                      unsigned int sizes[], void *alloc_ctxs[])
+                      unsigned int sizes[], struct device *alloc_devs[])
 {
        struct skeleton *skel = vb2_get_drv_priv(vq);
 
This page took 0.025654 seconds and 5 git commands to generate.