summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88-core.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-08-29 05:40:47 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-03 08:28:30 -0200
commit999b3ceb849b5b9ed25739fea2e69adef09845c7 (patch)
treeb75bdc12be8f02998d4bceb460415eef6693cac3 /drivers/media/pci/cx88/cx88-core.c
parenteddd3263208e3e4f80665bbec9d16f02c98986e8 (diff)
downloadlinux-stable-999b3ceb849b5b9ed25739fea2e69adef09845c7.tar.gz
linux-stable-999b3ceb849b5b9ed25739fea2e69adef09845c7.tar.bz2
linux-stable-999b3ceb849b5b9ed25739fea2e69adef09845c7.zip
[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,
return 0;
}
-void
-cx88_free_buffer(struct vb2_queue *q, struct cx88_buffer *buf)
-{
- btcx_riscmem_free(to_pci_dev(q->drv_priv), &buf->risc);
-}
-
/* ------------------------------------------------------------------ */
/* our SRAM memory layout */
@@ -1072,7 +1066,6 @@ EXPORT_SYMBOL(cx88_shutdown);
EXPORT_SYMBOL(cx88_risc_buffer);
EXPORT_SYMBOL(cx88_risc_databuffer);
-EXPORT_SYMBOL(cx88_free_buffer);
EXPORT_SYMBOL(cx88_sram_channels);
EXPORT_SYMBOL(cx88_sram_channel_setup);