diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index ce82698db5f7..1e0e93548061 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -363,6 +363,9 @@ struct cx23885_dev { | |||
363 | struct work_struct ir_tx_work; | 363 | struct work_struct ir_tx_work; |
364 | unsigned long ir_tx_notifications; | 364 | unsigned long ir_tx_notifications; |
365 | 365 | ||
366 | struct card_ir *ir_input; | ||
367 | atomic_t ir_input_stopping; | ||
368 | |||
366 | /* V4l */ | 369 | /* V4l */ |
367 | u32 freq; | 370 | u32 freq; |
368 | struct video_device *video_dev; | 371 | struct video_device *video_dev; |