提交 2f00e158 编写于 作者: J Jarod Wilson 提交者: Mauro Carvalho Chehab

[media] redrat3: remove unused dev struct members

Signed-off-by: NJarod Wilson <jarod@redhat.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 297875b6
......@@ -195,11 +195,6 @@ struct redrat3_dev {
dma_addr_t dma_in;
dma_addr_t dma_out;
/* true if write urb is busy */
bool write_busy;
/* wait for the write to finish */
struct completion write_finished;
/* locks this structure */
struct mutex lock;
......@@ -207,8 +202,6 @@ struct redrat3_dev {
struct timer_list rx_timeout;
u32 hw_timeout;
/* Is the device currently receiving? */
bool recv_in_progress;
/* is the detector enabled*/
bool det_enabled;
/* Is the device currently transmitting?*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册