diff options
author | Ezequiel GarcĂa <[email protected]> | 2012-04-28 11:09:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2012-05-14 16:07:08 -0300 |
commit | 959a181681d7aff659c591fcbf7e5ed424181bb5 (patch) | |
tree | bcb64291ecbf37738a41fa0e49f9f8287f9b4bc0 | |
parent | cb04af205e4b1f0aaa9010726faf95da67f10152 (diff) |
[media] em28xx: Remove unused field from em28xx_buffer struct
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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 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 { |