summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorEzequiel Garcia <elezegarcia@gmail.com>2012-04-28 14:57:02 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 21:06:44 +0200
commitcb04af205e4b1f0aaa9010726faf95da67f10152 (patch)
treeb867a6500bcb49bc29fff5b4a89b398977f122f0 /drivers/media/video/em28xx/em28xx.h
parent[media] em28xx: Make card_setup() and pre_card_setup() static (diff)
downloadlinux-cb04af205e4b1f0aaa9010726faf95da67f10152.tar.xz
linux-cb04af205e4b1f0aaa9010726faf95da67f10152.zip
[media] em28xx: Remove unused list_head struct for queued buffers
The list_head struct usage was fully removed by commit d7aa80207babe694b316a48200b096cf0336ecb3. Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 9486eacc6e0f..009a95a4cb02 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -255,7 +255,6 @@ struct em28xx_buffer {
struct em28xx_dmaqueue {
struct list_head active;
- struct list_head queued;
wait_queue_head_t wq;