diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/saa7146_vv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h index 7f61645a1c7b..658ae8361d5e 100644 --- a/include/media/saa7146_vv.h +++ b/include/media/saa7146_vv.h | |||
@@ -93,8 +93,6 @@ struct saa7146_fh { | |||
93 | 93 | ||
94 | /* vbi capture */ | 94 | /* vbi capture */ |
95 | struct videobuf_queue vbi_q; | 95 | struct videobuf_queue vbi_q; |
96 | struct v4l2_vbi_format vbi_fmt; | ||
97 | struct timer_list vbi_read_timeout; | ||
98 | 96 | ||
99 | unsigned int resources; /* resource management for device open */ | 97 | unsigned int resources; /* resource management for device open */ |
100 | }; | 98 | }; |
@@ -106,6 +104,8 @@ struct saa7146_vv | |||
106 | { | 104 | { |
107 | /* vbi capture */ | 105 | /* vbi capture */ |
108 | struct saa7146_dmaqueue vbi_q; | 106 | struct saa7146_dmaqueue vbi_q; |
107 | struct v4l2_vbi_format vbi_fmt; | ||
108 | struct timer_list vbi_read_timeout; | ||
109 | /* vbi workaround interrupt queue */ | 109 | /* vbi workaround interrupt queue */ |
110 | wait_queue_head_t vbi_wq; | 110 | wait_queue_head_t vbi_wq; |
111 | int vbi_fieldcount; | 111 | int vbi_fieldcount; |