From: Ezequiel GarcĂ­a Date: Sat, 28 Apr 2012 14:09:48 +0000 (-0300) Subject: [media] em28xx: Remove unused field from em28xx_buffer struct X-Git-Tag: v3.5-rc5~26^2~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=959a181681d7aff659c591fcbf7e5ed424181bb5;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [media] em28xx: Remove unused field from em28xx_buffer struct Signed-off-by: Ezequiel Garcia Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 009a95a..700feb2 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 {