summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorGerd Knorr <kraxel@bytesex.org>2004-06-20 04:55:24 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-20 04:55:24 -0700
commit8879ee9f0ccdba3cec75caa710a08b6d4bc6c009 (patch)
tree597b46e8f6526a46c74c5cec129c7537b2cbfa4a /include/media
parent800c5a77c5e936ebf6d6759a4c700a122877ce9f (diff)
[PATCH] v4l: video-buf fixes.
This patch has some minor bugfixes for the video-buf module. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/video-buf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/video-buf.h b/include/media/video-buf.h
index c3a647aef99d..17b2ae290f13 100644
--- a/include/media/video-buf.h
+++ b/include/media/video-buf.h
@@ -36,8 +36,6 @@ struct scatterlist* videobuf_vmalloc_to_sg(unsigned char *virt, int nr_pages);
*/
struct scatterlist* videobuf_pages_to_sg(struct page **pages, int nr_pages,
int offset);
-int videobuf_lock(struct page **pages, int nr_pages);
-int videobuf_unlock(struct page **pages, int nr_pages);
/* --------------------------------------------------------------------- */