]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/media/platform/vivid/vivid-vbi-cap.c
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
[mirror_ubuntu-artful-kernel.git] / drivers / media / platform / vivid / vivid-vbi-cap.c
index cda45a582bfef3756766df64cb6c0a6e3cbeb242..d66ef95dd2b5be619afb4ef5888f77c079a862e0 100644 (file)
@@ -137,7 +137,7 @@ void vivid_sliced_vbi_cap_process(struct vivid_dev *dev,
 
 static int vbi_cap_queue_setup(struct vb2_queue *vq,
                       unsigned *nbuffers, unsigned *nplanes,
-                      unsigned sizes[], void *alloc_ctxs[])
+                      unsigned sizes[], struct device *alloc_devs[])
 {
        struct vivid_dev *dev = vb2_get_drv_priv(vq);
        bool is_60hz = dev->std_cap & V4L2_STD_525_60;