Skip to content

Commit

Permalink
[media] marvell-cam: delete struct mcam_sio_buffer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Corbet authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 731884b commit 983587c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drivers/media/video/marvell-ccic/mcam-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
#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 */
Expand Down

0 comments on commit 983587c

Please sign in to comment.