diff options
Diffstat (limited to 'drivers/media/pci/meye/meye.h')
-rw-r--r-- | drivers/media/pci/meye/meye.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/meye/meye.h b/drivers/media/pci/meye/meye.h index 6fed9274cfa5..751be5e533c7 100644 --- a/drivers/media/pci/meye/meye.h +++ b/drivers/media/pci/meye/meye.h | |||
@@ -311,7 +311,7 @@ struct meye { | |||
311 | struct kfifo doneq; /* queue for grabbed buffers */ | 311 | struct kfifo doneq; /* queue for grabbed buffers */ |
312 | spinlock_t doneq_lock; /* lock protecting the queue */ | 312 | spinlock_t doneq_lock; /* lock protecting the queue */ |
313 | wait_queue_head_t proc_list; /* wait queue */ | 313 | wait_queue_head_t proc_list; /* wait queue */ |
314 | struct video_device *vdev; /* video device parameters */ | 314 | struct video_device vdev; /* video device parameters */ |
315 | u16 brightness; | 315 | u16 brightness; |
316 | u16 hue; | 316 | u16 hue; |
317 | u16 contrast; | 317 | u16 contrast; |