diff options
Diffstat (limited to 'samples/v4l/v4l2-pci-skeleton.c')
-rw-r--r-- | samples/v4l/v4l2-pci-skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/v4l/v4l2-pci-skeleton.c b/samples/v4l/v4l2-pci-skeleton.c index 5f91d76260ff..93b76c3220fd 100644 --- a/samples/v4l/v4l2-pci-skeleton.c +++ b/samples/v4l/v4l2-pci-skeleton.c | |||
@@ -163,7 +163,7 @@ static irqreturn_t skeleton_irq(int irq, void *dev_id) | |||
163 | */ | 163 | */ |
164 | static int queue_setup(struct vb2_queue *vq, | 164 | static int queue_setup(struct vb2_queue *vq, |
165 | unsigned int *nbuffers, unsigned int *nplanes, | 165 | unsigned int *nbuffers, unsigned int *nplanes, |
166 | unsigned int sizes[], void *alloc_ctxs[]) | 166 | unsigned int sizes[], struct device *alloc_devs[]) |
167 | { | 167 | { |
168 | struct skeleton *skel = vb2_get_drv_priv(vq); | 168 | struct skeleton *skel = vb2_get_drv_priv(vq); |
169 | 169 | ||