diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-08-10 11:56:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-03 08:21:24 -0200 |
commit | 6f11adc6a5e3378aeb13d9a19c427cbec05805be (patch) | |
tree | 6cbfc554619eaa52c16e59cf74790e74784d45d2 /drivers/media/pci/cx88/cx88.h | |
parent | 637bc2079678e08476d884f02a5d5d3208b5c018 (diff) | |
download | lwn-6f11adc6a5e3378aeb13d9a19c427cbec05805be.tar.gz lwn-6f11adc6a5e3378aeb13d9a19c427cbec05805be.zip |
[media] cx88: drop the bogus 'queue' list in dmaqueue
This list is only used if the width, height and/or format of a buffer has
changed, but that can never happen. Remove it and all associated code.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx88/cx88.h')
-rw-r--r-- | drivers/media/pci/cx88/cx88.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h index ddc7991723eb..77ec5427a986 100644 --- a/drivers/media/pci/cx88/cx88.h +++ b/drivers/media/pci/cx88/cx88.h @@ -324,7 +324,6 @@ struct cx88_buffer { struct cx88_dmaqueue { struct list_head active; - struct list_head queued; struct timer_list timeout; struct btcx_riscmem stopper; u32 count; |