Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193099
b: refs/heads/master
c: c06b062
h: refs/heads/master
i:
  193097: 9161531
  193095: 98317a5
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 19, 2010
1 parent a65aee6 commit 98e2ed7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97f8105dcd62a5c122f31ca5ae53c924c3e7d42b
refs/heads/master: c06b062bea411f616b0890d502044c7871d5332f
7 changes: 0 additions & 7 deletions trunk/drivers/media/video/videobuf-vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
};
Expand Down

0 comments on commit 98e2ed7

Please sign in to comment.