[media] marvell-cam: delete struct mcam_sio_buffer
authorJonathan Corbet <corbet@lwn.net>
Fri, 8 Jul 2011 20:50:45 +0000 (17:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:55:53 +0000 (17:55 -0300)
This structure got passed over in the videobuf2 conversion; it has no
reason to exist now.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/marvell-ccic/mcam-core.h

index 55fd078..9a39e08 100644 (file)
 #include <media/v4l2-dev.h>
 #include <media/videobuf2-core.h>
 
-/*
- * Tracking of streaming I/O buffers.
- * FIXME doesn't belong in this file
- */
-struct mcam_sio_buffer {
-       struct list_head list;
-       struct v4l2_buffer v4lbuf;
-       char *buffer;   /* Where it lives in kernel space */
-       int mapcount;
-       struct mcam_camera *cam;
-};
 
 enum mcam_state {
        S_NOTREADY,     /* Not yet initialized */