]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/gadget/function/uvc_queue.c
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
[mirror_ubuntu-artful-kernel.git] / drivers / usb / gadget / function / uvc_queue.c
index 912694f3d54ec807c6090336007067241b7649a4..6377e9fee6e5988fdc679b7b708d038ede0e710c 100644 (file)
@@ -43,7 +43,7 @@
 
 static int uvc_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 uvc_video_queue *queue = vb2_get_drv_priv(vq);
        struct uvc_video *video = container_of(queue, struct uvc_video, queue);