diff options
author | Jonathan Corbet <corbet@lwn.net> | 2011-07-08 20:50:45 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 20:55:53 (GMT) |
commit | 983587c82189ac6c83fcd7a8914021f49098e473 (patch) | |
tree | 6c33cb9586dd9e41908a7579c0bbbf2212062b61 /drivers/media | |
parent | 731884ba61d414563a75a5795f140432d786420f (diff) | |
download | linux-fsl-qoriq-983587c82189ac6c83fcd7a8914021f49098e473.tar.xz |
[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: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/marvell-ccic/mcam-core.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/video/marvell-ccic/mcam-core.h b/drivers/media/video/marvell-ccic/mcam-core.h index 55fd078..9a39e08 100644 --- a/drivers/media/video/marvell-ccic/mcam-core.h +++ b/drivers/media/video/marvell-ccic/mcam-core.h @@ -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 */ |