aboutsummaryrefslogtreecommitdiff
path: root/include/media/videobuf-core.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-28 07:59:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:57:51 -0300
commit63e424856b4ab0652c58f75a2d2ecb9c1f95db27 (patch)
tree43df346d9717932f3b7c28b60957dfb3b6d8ca87 /include/media/videobuf-core.h
parent53aaf07637baae8f53c33b803bbc96047d8da1c4 (diff)
V4L/DVB: v4l videobuf: remove unused is_mmapped field
Thanks to Pawel Osciak for noticing this. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/videobuf-core.h')
-rw-r--r--include/media/videobuf-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index 345ec5a45c5..22d5a02884a 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -166,7 +166,6 @@ struct videobuf_queue {
unsigned int streaming:1;
unsigned int reading:1;
- unsigned int is_mmapped:1;
/* capture via mmap() + ioctl(QBUF/DQBUF) */
struct list_head stream;