diff options
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | 2012-04-28 11:09:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 16:07:08 -0300 |
commit | 959a181681d7aff659c591fcbf7e5ed424181bb5 (patch) | |
tree | bcb64291ecbf37738a41fa0e49f9f8287f9b4bc0 /drivers/media/video/em28xx | |
parent | cb04af205e4b1f0aaa9010726faf95da67f10152 (diff) | |
download | linux-3.10-959a181681d7aff659c591fcbf7e5ed424181bb5.tar.gz linux-3.10-959a181681d7aff659c591fcbf7e5ed424181bb5.tar.bz2 linux-3.10-959a181681d7aff659c591fcbf7e5ed424181bb5.zip |
[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.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 009a95a4cb0..700feb25535 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 { |