aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.h
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2008-08-22 19:55:54 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:36:53 -0400
commit59ba2b002265f2e862aa7f0df3f13c09ea99c4da (patch)
tree308a5ed9334d267db054fd6675f61bbc6fce69bf /drivers/media/video/cx18/cx18-driver.h
parenta928880a5b65aa64bbbac880cdc65de85827ba20 (diff)
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.h1
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 db7483bea44..28c490b1b64 100644
--- a/drivers/media/video/cx18/cx18-driver.h
+++ b/drivers/media/video/cx18/cx18-driver.h
@@ -217,7 +217,6 @@ struct cx18_buffer {
217struct cx18_queue { 217struct cx18_queue {
218 struct list_head list; 218 struct list_head list;
219 u32 buffers; 219 u32 buffers;
220 u32 length;
221 u32 bytesused; 220 u32 bytesused;
222}; 221};
223 222