[media] em28xx: remove obsolete field 'frame' from struct em28xx_buffer
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Sat, 8 Dec 2012 14:31:26 +0000 (11:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 22 Dec 2012 22:51:19 +0000 (20:51 -0200)
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/em28xx/em28xx.h

index 304896d..b3d72a9 100644 (file)
@@ -252,7 +252,6 @@ struct em28xx_buffer {
        /* common v4l buffer stuff -- must be first */
        struct videobuf_buffer vb;
 
-       struct list_head frame;
        int top_field;
 };