diff options
author | Andy Walls <awalls@radix.net> | 2008-08-23 01:55:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 13:36:53 +0200 |
commit | 59ba2b002265f2e862aa7f0df3f13c09ea99c4da (patch) | |
tree | 308a5ed9334d267db054fd6675f61bbc6fce69bf /drivers/media/video/cx18/cx18-driver.h | |
parent | V4L/DVB (8770): cx18: get rid of ununsed buffers stolen field (diff) | |
download | linux-59ba2b002265f2e862aa7f0df3f13c09ea99c4da.tar.xz linux-59ba2b002265f2e862aa7f0df3f13c09ea99c4da.zip |
V4L/DVB (8771): cx18: Remove redundant struct cx18_queue length member.
cx18: Remove redundant struct cx18_queue length member. It can be trivially
computed from queue->buffers * stream->buf_size, if ever really needed.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index db7483bea44a..28c490b1b64e 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h @@ -217,7 +217,6 @@ struct cx18_buffer { struct cx18_queue { struct list_head list; u32 buffers; - u32 length; u32 bytesused; }; |