]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/media/platform/s5p-jpeg/jpeg-core.c
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
[mirror_ubuntu-artful-kernel.git] / drivers / media / platform / s5p-jpeg / jpeg-core.c
index d8842c482f0cb093699949cf42d18ecae33fd93d..785e6936c881dbda58e4b2d697c9489758df9233 100644 (file)
@@ -2436,7 +2436,7 @@ static struct v4l2_m2m_ops exynos4_jpeg_m2m_ops = {
 
 static int s5p_jpeg_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 s5p_jpeg_ctx *ctx = vb2_get_drv_priv(vq);
        struct s5p_jpeg_q_data *q_data = NULL;