diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-05-11 10:36:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 15:23:09 -0300 |
commit | 959794ddc05ab6fbcd458bc093e7f0b92633d052 (patch) | |
tree | a30dbe7ae745bbf487fade10b940e9f191cc598e /include/media | |
parent | 7181772d8915e6025ee4f2f6c5b16064689646f0 (diff) | |
download | op-kernel-dev-959794ddc05ab6fbcd458bc093e7f0b92633d052.zip op-kernel-dev-959794ddc05ab6fbcd458bc093e7f0b92633d052.tar.gz |
V4L/DVB: videobuf: Remove videobuf_mapping start and end fields
The fields are assigned but never used, remove them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index a157cd1..f2c41ce 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h @@ -54,8 +54,6 @@ struct videobuf_queue; struct videobuf_mapping { unsigned int count; - unsigned long start; - unsigned long end; struct videobuf_queue *q; }; |