aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/videobuf-dma-contig.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-04-17 08:22:15 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-25 09:50:19 -0300
commitcb132cd5d75f6cd3295c2c041177eeb89f778db8 (patch)
tree7fe10a20ac8053beb292525bf852cdf40cc16fba /include/media/videobuf-dma-contig.h
parent[media] mem2mem_testdev: set timestamp_type and add debug param (diff)
downloadwireguard-linux-cb132cd5d75f6cd3295c2c041177eeb89f778db8.tar.xz
wireguard-linux-cb132cd5d75f6cd3295c2c041177eeb89f778db8.zip
[media] videobuf-dma-contig: remove support for cached mem
videobuf_queue_dma_contig_init_cached() is not used anywhere. Drop support for it, cleaning up the code a little bit. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/videobuf-dma-contig.h')
-rw-r--r--include/media/videobuf-dma-contig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/media/videobuf-dma-contig.h b/include/media/videobuf-dma-contig.h
index f473aeb86d3f..f0ed82543d9f 100644
--- a/include/media/videobuf-dma-contig.h
+++ b/include/media/videobuf-dma-contig.h
@@ -26,16 +26,6 @@ void videobuf_queue_dma_contig_init(struct videobuf_queue *q,
void *priv,
struct mutex *ext_lock);
-void videobuf_queue_dma_contig_init_cached(struct videobuf_queue *q,
- const struct videobuf_queue_ops *ops,
- struct device *dev,
- spinlock_t *irqlock,
- enum v4l2_buf_type type,
- enum v4l2_field field,
- unsigned int msize,
- void *priv,
- struct mutex *ext_lock);
-
dma_addr_t videobuf_to_dma_contig(struct videobuf_buffer *buf);
void videobuf_dma_contig_free(struct videobuf_queue *q,
struct videobuf_buffer *buf);