diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-03-28 06:59:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:51 -0400 |
commit | 63e424856b4ab0652c58f75a2d2ecb9c1f95db27 (patch) | |
tree | 43df346d9717932f3b7c28b60957dfb3b6d8ca87 /include/media | |
parent | 53aaf07637baae8f53c33b803bbc96047d8da1c4 (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')
-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 { | |||
166 | 166 | ||
167 | unsigned int streaming:1; | 167 | unsigned int streaming:1; |
168 | unsigned int reading:1; | 168 | unsigned int reading:1; |
169 | unsigned int is_mmapped:1; | ||
170 | 169 | ||
171 | /* capture via mmap() + ioctl(QBUF/DQBUF) */ | 170 | /* capture via mmap() + ioctl(QBUF/DQBUF) */ |
172 | struct list_head stream; | 171 | struct list_head stream; |