aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88/cx88-core.c
diff options
context:
space:
mode:
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);