aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88-core.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-08-29 04:40:47 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-03 05:28:30 -0500
commit999b3ceb849b5b9ed25739fea2e69adef09845c7 (patch)
treeb75bdc12be8f02998d4bceb460415eef6693cac3 /drivers/media/pci/cx88/cx88-core.c
parenteddd3263208e3e4f80665bbec9d16f02c98986e8 (diff)
[media] cx88: drop cx88_free_buffer
Remove this function. This makes all vb2 queues behave the same, which simplifies comparing the various vb2 queue op implementations. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx88/cx88-core.c')
-rw-r--r--drivers/media/pci/cx88/cx88-core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/pci/cx88/cx88-core.c b/drivers/media/pci/cx88/cx88-core.c
index f02740860970..902b662be2ff 100644
--- a/drivers/media/pci/cx88/cx88-core.c
+++ b/drivers/media/pci/cx88/cx88-core.c
@@ -198,12 +198,6 @@ int cx88_risc_databuffer(struct pci_dev *pci, struct btcx_riscmem *risc,
198 return 0; 198 return 0;
199} 199}
200 200
201void
202cx88_free_buffer(struct vb2_queue *q, struct cx88_buffer *buf)
203{
204 btcx_riscmem_free(to_pci_dev(q->drv_priv), &buf->risc);
205}
206
207/* ------------------------------------------------------------------ */ 201/* ------------------------------------------------------------------ */
208/* our SRAM memory layout */ 202/* our SRAM memory layout */
209 203
@@ -1072,7 +1066,6 @@ EXPORT_SYMBOL(cx88_shutdown);
1072 1066
1073EXPORT_SYMBOL(cx88_risc_buffer); 1067EXPORT_SYMBOL(cx88_risc_buffer);
1074EXPORT_SYMBOL(cx88_risc_databuffer); 1068EXPORT_SYMBOL(cx88_risc_databuffer);
1075EXPORT_SYMBOL(cx88_free_buffer);
1076 1069
1077EXPORT_SYMBOL(cx88_sram_channels); 1070EXPORT_SYMBOL(cx88_sram_channels);
1078EXPORT_SYMBOL(cx88_sram_channel_setup); 1071EXPORT_SYMBOL(cx88_sram_channel_setup);