diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index ca1f43781941..94c196a91295 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -447,6 +447,7 @@ struct cx18 { | |||
447 | u32 sw2_irq_mask; | 447 | u32 sw2_irq_mask; |
448 | u32 hw2_irq_mask; | 448 | u32 hw2_irq_mask; |
449 | 449 | ||
450 | struct workqueue_struct *work_queue; | ||
450 | struct cx18_epu_work_order epu_work_order[CX18_MAX_EPU_WORK_ORDERS]; | 451 | struct cx18_epu_work_order epu_work_order[CX18_MAX_EPU_WORK_ORDERS]; |
451 | char epu_debug_str[256]; /* CX18_EPU_DEBUG is rare: use shared space */ | 452 | char epu_debug_str[256]; /* CX18_EPU_DEBUG is rare: use shared space */ |
452 | 453 | ||
@@ -478,7 +479,6 @@ extern struct cx18 *cx18_cards[]; | |||
478 | extern int cx18_cards_active; | 479 | extern int cx18_cards_active; |
479 | extern int cx18_first_minor; | 480 | extern int cx18_first_minor; |
480 | extern spinlock_t cx18_cards_lock; | 481 | extern spinlock_t cx18_cards_lock; |
481 | extern struct workqueue_struct *cx18_work_queue; | ||
482 | 482 | ||
483 | /*==============Prototypes==================*/ | 483 | /*==============Prototypes==================*/ |
484 | 484 | ||