Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241905
b: refs/heads/master
c: bd94f58
h: refs/heads/master
i:
  241903: 911f4bd
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent f068755 commit 2b0c1d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 353c2129fdff2047237193932971e50734c64336
refs/heads/master: bd94f588283b167f7fa8c2dc2164dcd2f4a4a7a5
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/videobuf2-memops.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ void vb2_put_vma(struct vm_area_struct *vma)

kfree(vma);
}
EXPORT_SYMBOL_GPL(vb2_put_vma);

/**
* vb2_get_contig_userptr() - lock physically contiguous userspace mapped memory
Expand Down Expand Up @@ -141,6 +142,7 @@ int vb2_get_contig_userptr(unsigned long vaddr, unsigned long size,
up_read(&mm->mmap_sem);
return ret;
}
EXPORT_SYMBOL_GPL(vb2_get_contig_userptr);

/**
* vb2_mmap_pfn_range() - map physical pages to userspace
Expand Down Expand Up @@ -180,6 +182,7 @@ int vb2_mmap_pfn_range(struct vm_area_struct *vma, unsigned long paddr,

return 0;
}
EXPORT_SYMBOL_GPL(vb2_mmap_pfn_range);

/**
* vb2_common_vm_open() - increase refcount of the vma
Expand Down

0 comments on commit 2b0c1d4

Please sign in to comment.