[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>
This commit is contained in:
Ezequiel García 2012-04-28 11:09:48 -03:00 committed by Mauro Carvalho Chehab
parent cb04af205e
commit 959a181681

View file

@ -250,7 +250,6 @@ struct em28xx_buffer {
struct list_head frame;
int top_field;
int receiving;
};
struct em28xx_dmaqueue {