aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index af15fd3f4f81..6d62357a038f 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -138,7 +138,6 @@ struct em28xx_buffer {
138struct em28xx_dmaqueue { 138struct em28xx_dmaqueue {
139 struct list_head active; 139 struct list_head active;
140 struct list_head queued; 140 struct list_head queued;
141 struct timer_list timeout;
142 141
143 wait_queue_head_t wq; 142 wait_queue_head_t wq;
144 143