summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorEzequiel GarcĂ­a <elezegarcia@gmail.com>2012-04-28 11:09:48 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 16:07:08 -0300
commit959a181681d7aff659c591fcbf7e5ed424181bb5 (patch)
treebcb64291ecbf37738a41fa0e49f9f8287f9b4bc0 /drivers/media/video/em28xx
parentcb04af205e4b1f0aaa9010726faf95da67f10152 (diff)
[media] em28xx: Remove unused field from em28xx_buffer struct
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-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 009a95a4cb02..700feb25535e 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -250,7 +250,6 @@ struct em28xx_buffer {
struct list_head frame;
int top_field;
- int receiving;
};
struct em28xx_dmaqueue {