diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 14:59:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 14:08:48 -0300 |
commit | a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2 (patch) | |
tree | f5c79b5ecda9906babd601e954891e2e8384574a /include/media/videobuf-dma-sg.h | |
parent | aaea56afc31345e7b0456ebb01586ba627ecd0f8 (diff) | |
download | kernel_samsung_espresso10-a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2.zip kernel_samsung_espresso10-a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2.tar.gz kernel_samsung_espresso10-a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2.tar.bz2 |
V4L/DVB (7554): videobuf-dma-sg: Remove unused flag
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/videobuf-dma-sg.h')
-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 b6ab080..be8da26 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; |