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-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=959a181681d7aff659c591fcbf7e5ed424181bb5;p=~shefty%2Frdma-dev.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 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 {