diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 21:59:29 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 21:08:48 +0400 |
commit | a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2 (patch) | |
tree | f5c79b5ecda9906babd601e954891e2e8384574a /include | |
parent | aaea56afc31345e7b0456ebb01586ba627ecd0f8 (diff) | |
download | linux-a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2.tar.xz |
V4L/DVB (7554): videobuf-dma-sg: Remove unused flag
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/videobuf-dma-sg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/videobuf-dma-sg.h b/include/media/videobuf-dma-sg.h index b6ab08045de6..be8da269ee33 100644 --- a/include/media/videobuf-dma-sg.h +++ b/include/media/videobuf-dma-sg.h @@ -68,9 +68,6 @@ struct videobuf_dmabuf { /* for kernel buffers */ void *vmalloc; - /* Stores the userspace pointer to vmalloc area */ - void *varea; - /* for overlay buffers (pci-pci dma) */ dma_addr_t bus_addr; |