Browse Source

[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>
Ezequiel García 13 years ago
parent
commit
959a181681
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/media/video/em28xx/em28xx.h

+ 0 - 1
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 {