diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-27 17:25:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 23:02:55 -0400 |
commit | 851c0c96b2212f48fe51afc1589541b5eae3a544 (patch) | |
tree | 0ec4d6019033242fb75e717ca05c1f04d2eca934 /include/media/videobuf-vmalloc.h | |
parent | cd4765efdd816ac14075fc7d5adf489502e75e1e (diff) |
V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make it at core
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
http://thread.gmane.org/gmane.comp.video.video4linux/34978/focus=34981
Reviewed-by: Ricardo Cerqueira <v4l@cerqueira.org>
Diffstat (limited to 'include/media/videobuf-vmalloc.h')
-rw-r--r-- | include/media/videobuf-vmalloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/videobuf-vmalloc.h b/include/media/videobuf-vmalloc.h index 5fff68df6689..26a8958d23d1 100644 --- a/include/media/videobuf-vmalloc.h +++ b/include/media/videobuf-vmalloc.h | |||
@@ -21,9 +21,6 @@ struct videbuf_vmalloc_memory | |||
21 | { | 21 | { |
22 | u32 magic; | 22 | u32 magic; |
23 | 23 | ||
24 | /* for mmap'ed buffers */ | ||
25 | struct videobuf_mapping *map; | ||
26 | |||
27 | void *vmalloc; | 24 | void *vmalloc; |
28 | 25 | ||
29 | /* remap_vmalloc_range seems to need to run after mmap() on some cases */ | 26 | /* remap_vmalloc_range seems to need to run after mmap() on some cases */ |