Skip to content

Commit

Permalink
[media] redrat3: remove unused dev struct members
Browse files Browse the repository at this point in the history
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Sep 3, 2011
1 parent 297875b commit 2f00e15
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/media/rc/redrat3.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,20 +195,13 @@ 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;

/* rx signal timeout timer */
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?*/
Expand Down

0 comments on commit 2f00e15

Please sign in to comment.