diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 22:01:12 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 21:08:48 +0400 |
commit | b957dfdc3161d00b01b52154eb2d53580c8911e5 (patch) | |
tree | bc7f545ed8cb20ae990753a3b62abd658df4b843 /drivers/media/video/em28xx/em28xx.h | |
parent | a9dbbeb7d615761a82fcd4f00ec290a07be7d8a2 (diff) | |
download | linux-b957dfdc3161d00b01b52154eb2d53580c8911e5.tar.xz |
V4L/DVB (7555): em28xx: remove timeout
It seems that we don't need a timeout for em28xx.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
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 { struct em28xx_dmaqueue { struct list_head active; struct list_head queued; - struct timer_list timeout; wait_queue_head_t wq; |