Re: [PATCH] media: vb2-memops: Export vb2_get_vma symbol

2012-03-21 Thread Laurent Pinchart
Hi Tomasz, On Monday 23 January 2012 15:44:25 Tomasz Stanislawski wrote: > Hi Laurent, > > Thank you for finding a bug in vb2-core. You're welcome. Could you please take the patch in your tree ? > On 01/23/2012 03:35 PM, Laurent Pinchart wrote: > > The vb2_get_vma() function is called by video

Re: [PATCH] media: vb2-memops: Export vb2_get_vma symbol

2012-01-23 Thread Tomasz Stanislawski
Hi Laurent, Thank you for finding a bug in vb2-core. Regards, Tomasz Stanislawski On 01/23/2012 03:35 PM, Laurent Pinchart wrote: The vb2_get_vma() function is called by videobuf2-dma-contig. Export it. Signed-off-by: Laurent Pinchart --- drivers/media/video/videobuf2-memops.c |1 + 1

[PATCH] media: vb2-memops: Export vb2_get_vma symbol

2012-01-23 Thread Laurent Pinchart
The vb2_get_vma() function is called by videobuf2-dma-contig. Export it. Signed-off-by: Laurent Pinchart --- drivers/media/video/videobuf2-memops.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Hi Thomas, The following patch is needed to compile videobuf2-dma-contig as a module.