aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/tm6000/tm6000.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000.h')
-rw-r--r--drivers/media/usb/tm6000/tm6000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/tm6000/tm6000.h b/drivers/media/usb/tm6000/tm6000.h
index 08bd0740dd23..f2127944776f 100644
--- a/drivers/media/usb/tm6000/tm6000.h
+++ b/drivers/media/usb/tm6000/tm6000.h
@@ -220,8 +220,8 @@ struct tm6000_core {
220 struct tm6000_fh *resources; /* Points to fh that is streaming */ 220 struct tm6000_fh *resources; /* Points to fh that is streaming */
221 bool is_res_read; 221 bool is_res_read;
222 222
223 struct video_device *vfd; 223 struct video_device vfd;
224 struct video_device *radio_dev; 224 struct video_device radio_dev;
225 struct tm6000_dmaqueue vidq; 225 struct tm6000_dmaqueue vidq;
226 struct v4l2_device v4l2_dev; 226 struct v4l2_device v4l2_dev;
227 struct v4l2_ctrl_handler ctrl_handler; 227 struct v4l2_ctrl_handler ctrl_handler;