aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h
index 1b2f7a6d311e..ce28923a5c9c 100644
--- a/drivers/media/video/ivtv/ivtv-driver.h
+++ b/drivers/media/video/ivtv/ivtv-driver.h
@@ -502,6 +502,7 @@ struct ivtv_stream {
502struct ivtv_open_id { 502struct ivtv_open_id {
503 u32 open_id; 503 u32 open_id;
504 int type; 504 int type;
505 enum v4l2_priority prio;
505 struct ivtv *itv; 506 struct ivtv *itv;
506}; 507};
507 508
@@ -732,6 +733,7 @@ struct ivtv {
732 u32 base_addr; 733 u32 base_addr;
733 u32 irqmask; 734 u32 irqmask;
734 735
736 struct v4l2_prio_state prio;
735 struct workqueue_struct *irq_work_queues; 737 struct workqueue_struct *irq_work_queues;
736 struct work_struct irq_work_queue; 738 struct work_struct irq_work_queue;
737 struct timer_list dma_timer; /* Timer used to catch unfinished DMAs */ 739 struct timer_list dma_timer; /* Timer used to catch unfinished DMAs */