diff options
Diffstat (limited to 'drivers/media/pci/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/pci/cx18/cx18-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-driver.h b/drivers/media/pci/cx18/cx18-driver.h index ec40f2db4e39..b15beed2dc14 100644 --- a/drivers/media/pci/cx18/cx18-driver.h +++ b/drivers/media/pci/cx18/cx18-driver.h | |||
@@ -373,7 +373,7 @@ struct cx18_in_work_order { | |||
373 | struct cx18_stream { | 373 | struct cx18_stream { |
374 | /* These first five fields are always set, even if the stream | 374 | /* These first five fields are always set, even if the stream |
375 | is not actually created. */ | 375 | is not actually created. */ |
376 | struct video_device *video_dev; /* NULL when stream not created */ | 376 | struct video_device video_dev; /* v4l2_dev is NULL when stream not created */ |
377 | struct cx18_dvb *dvb; /* DVB / Digital Transport */ | 377 | struct cx18_dvb *dvb; /* DVB / Digital Transport */ |
378 | struct cx18 *cx; /* for ease of use */ | 378 | struct cx18 *cx; /* for ease of use */ |
379 | const char *name; /* name of the stream */ | 379 | const char *name; /* name of the stream */ |