Skip to content

Commit

Permalink
[media] em28xx: remove obsolete field 'frame' from struct em28xx_buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Frank Schaefer authored and Mauro Carvalho Chehab committed Dec 22, 2012
1 parent 948a49a commit cbe7f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/usb/em28xx/em28xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit cbe7f8a

Please sign in to comment.