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>
This commit is contained in:
@@ -21,9 +21,6 @@ struct videbuf_vmalloc_memory
|
||||
{
|
||||
u32 magic;
|
||||
|
||||
/* for mmap'ed buffers */
|
||||
struct videobuf_mapping *map;
|
||||
|
||||
void *vmalloc;
|
||||
|
||||
/* remap_vmalloc_range seems to need to run after mmap() on some cases */
|
||||
|
Reference in New Issue
Block a user