diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-12 08:27:55 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 06:36:18 -0500 |
commit | 1e4518086ae863814a3481a180264a1ac89a730b (patch) | |
tree | 94e96268217dcc9ccefe9479c9a5b3541352605f /drivers/media/usb | |
parent | 5ede94c7055392bb55c6d2e26f1912f68ef4b875 (diff) |
[media] cx231xx: remove btcx_riscmem reference
Remove this comment block, it's unused. This removes the btcx_riscmem
reference as well, since that will no longer be available to other
drivers except bttv.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h index f9e262eb0db9..6d6f3ee812f6 100644 --- a/drivers/media/usb/cx231xx/cx231xx.h +++ b/drivers/media/usb/cx231xx/cx231xx.h | |||
@@ -532,15 +532,7 @@ struct cx231xx_video_mode { | |||
532 | unsigned int *alt_max_pkt_size; /* array of wMaxPacketSize */ | 532 | unsigned int *alt_max_pkt_size; /* array of wMaxPacketSize */ |
533 | u16 end_point_addr; | 533 | u16 end_point_addr; |
534 | }; | 534 | }; |
535 | /* | 535 | |
536 | struct cx23885_dmaqueue { | ||
537 | struct list_head active; | ||
538 | struct list_head queued; | ||
539 | struct timer_list timeout; | ||
540 | struct btcx_riscmem stopper; | ||
541 | u32 count; | ||
542 | }; | ||
543 | */ | ||
544 | struct cx231xx_tsport { | 536 | struct cx231xx_tsport { |
545 | struct cx231xx *dev; | 537 | struct cx231xx *dev; |
546 | 538 | ||