From 98e2ed7de6c6010fc066eb75244127246dc8132d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 5 May 2010 17:16:35 -0300 Subject: [PATCH] --- yaml --- r: 193099 b: refs/heads/master c: c06b062bea411f616b0890d502044c7871d5332f h: refs/heads/master i: 193097: 9161531946402fc4055f14c5d7f23fe4ce874e65 193095: 98317a5aabcd59435512e11c7743f3555a5a8f72 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/videobuf-vmalloc.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 7e4bd7f60c7e..7fcfb1a115d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97f8105dcd62a5c122f31ca5ae53c924c3e7d42b +refs/heads/master: c06b062bea411f616b0890d502044c7871d5332f diff --git a/trunk/drivers/media/video/videobuf-vmalloc.c b/trunk/drivers/media/video/videobuf-vmalloc.c index f8b5b5635113..583728f4c221 100644 --- a/trunk/drivers/media/video/videobuf-vmalloc.c +++ b/trunk/drivers/media/video/videobuf-vmalloc.c @@ -229,12 +229,6 @@ static int __videobuf_iolock(struct videobuf_queue *q, return 0; } -static int __videobuf_sync(struct videobuf_queue *q, - struct videobuf_buffer *buf) -{ - return 0; -} - static int __videobuf_mmap_mapper(struct videobuf_queue *q, struct videobuf_buffer *buf, struct vm_area_struct *vma) @@ -301,7 +295,6 @@ static struct videobuf_qtype_ops qops = { .alloc = __videobuf_alloc, .iolock = __videobuf_iolock, - .sync = __videobuf_sync, .mmap_mapper = __videobuf_mmap_mapper, .vaddr = videobuf_to_vmalloc, };