diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-03-28 14:59:11 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 19:57:51 +0400 |
commit | 63e424856b4ab0652c58f75a2d2ecb9c1f95db27 (patch) | |
tree | 43df346d9717932f3b7c28b60957dfb3b6d8ca87 /include/media/videobuf-core.h | |
parent | 53aaf07637baae8f53c33b803bbc96047d8da1c4 (diff) | |
download | linux-63e424856b4ab0652c58f75a2d2ecb9c1f95db27.tar.xz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index 345ec5a45c55..22d5a02884ad 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; |