Commit 983587c8 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Mauro Carvalho Chehab

[media] marvell-cam: delete struct mcam_sio_buffer

This structure got passed over in the videobuf2 conversion; it has no
reason to exist now.
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 731884ba
...@@ -11,17 +11,6 @@ ...@@ -11,17 +11,6 @@
#include <media/v4l2-dev.h> #include <media/v4l2-dev.h>
#include <media/videobuf2-core.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 { enum mcam_state {
S_NOTREADY, /* Not yet initialized */ S_NOTREADY, /* Not yet initialized */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment