summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx.h
diff options
context:
space:
mode:
authorFrank Schaefer <fschaefer.oss@googlemail.com>2012-12-08 14:31:26 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-22 22:51:19 (GMT)
commitcbe7f8a030f2056d5cee8c2729d5edd23ae61589 (patch)
tree36fce87265ea5d79cfc3eee77fb02cd02a624ba9 /drivers/media/usb/em28xx/em28xx.h
parent948a49aa692e12cc33558e407898c467b22bf9b4 (diff)
downloadlinux-fsl-qoriq-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>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r--drivers/media/usb/em28xx/em28xx.h1
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;
};