diff options
author | Jarod Wilson <jarod@redhat.com> | 2011-07-15 02:04:49 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-03 17:58:26 +0400 |
commit | 2f00e158b59bf83b8e6bc84130ac291a28827e76 (patch) | |
tree | c687804b4fa7a0216a5d3d9361e4e0dcec78edb6 /drivers/media/rc/redrat3.c | |
parent | 297875b6a1f3910c883e4b00bb9bc3e6c3aa6ab7 (diff) | |
download | linux-2f00e158b59bf83b8e6bc84130ac291a28827e76.tar.xz |
[media] redrat3: remove unused dev struct members
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/redrat3.c')
-rw-r--r-- | drivers/media/rc/redrat3.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/rc/redrat3.c b/drivers/media/rc/redrat3.c index a16604477917..61287fcca61a 100644 --- a/drivers/media/rc/redrat3.c +++ b/drivers/media/rc/redrat3.c @@ -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?*/ |