diff options
author | Frank Schaefer <fschaefer.oss@googlemail.com> | 2012-12-08 14:31:26 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-22 22:51:19 (GMT) |
commit | cbe7f8a030f2056d5cee8c2729d5edd23ae61589 (patch) | |
tree | 36fce87265ea5d79cfc3eee77fb02cd02a624ba9 | |
parent | 948a49aa692e12cc33558e407898c467b22bf9b4 (diff) | |
download | linux-cbe7f8a030f2056d5cee8c2729d5edd23ae61589.tar.xz |
[media] em28xx: remove obsolete field 'frame' from struct em28xx_buffer
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 304896d..b3d72a9 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h @@ -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; }; |