diff options
author | Jarod Wilson <jarod@redhat.com> | 2011-07-14 18:04:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-03 09:58:26 -0400 |
commit | 2f00e158b59bf83b8e6bc84130ac291a28827e76 (patch) | |
tree | c687804b4fa7a0216a5d3d9361e4e0dcec78edb6 | |
parent | 297875b6a1f3910c883e4b00bb9bc3e6c3aa6ab7 (diff) |
[media] redrat3: remove unused dev struct members
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-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 a1660447791..61287fcca61 100644 --- a/drivers/media/rc/redrat3.c +++ b/drivers/media/rc/redrat3.c | |||
@@ -195,11 +195,6 @@ struct redrat3_dev { | |||
195 | dma_addr_t dma_in; | 195 | dma_addr_t dma_in; |
196 | dma_addr_t dma_out; | 196 | dma_addr_t dma_out; |
197 | 197 | ||
198 | /* true if write urb is busy */ | ||
199 | bool write_busy; | ||
200 | /* wait for the write to finish */ | ||
201 | struct completion write_finished; | ||
202 | |||
203 | /* locks this structure */ | 198 | /* locks this structure */ |
204 | struct mutex lock; | 199 | struct mutex lock; |
205 | 200 | ||
@@ -207,8 +202,6 @@ struct redrat3_dev { | |||
207 | struct timer_list rx_timeout; | 202 | struct timer_list rx_timeout; |
208 | u32 hw_timeout; | 203 | u32 hw_timeout; |
209 | 204 | ||
210 | /* Is the device currently receiving? */ | ||
211 | bool recv_in_progress; | ||
212 | /* is the detector enabled*/ | 205 | /* is the detector enabled*/ |
213 | bool det_enabled; | 206 | bool det_enabled; |
214 | /* Is the device currently transmitting?*/ | 207 | /* Is the device currently transmitting?*/ |