Skip to content

Commit

Permalink
[media] media: vb2-memops: Export vb2_get_vma symbol
Browse files Browse the repository at this point in the history
The vb2_get_vma() function is called by videobuf2-dma-contig. Export it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent 63746be commit 43c2860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/videobuf2-memops.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ struct vm_area_struct *vb2_get_vma(struct vm_area_struct *vma)

return vma_copy;
}
EXPORT_SYMBOL_GPL(vb2_get_vma);

/**
* vb2_put_userptr() - release a userspace virtual memory area
Expand Down

0 comments on commit 43c2860

Please sign in to comment.