diff options
Diffstat (limited to 'drivers/media/pci/cx88/cx88-core.c')
-rw-r--r-- | drivers/media/pci/cx88/cx88-core.c | 7 |
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 | ||
201 | void | ||
202 | cx88_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 | ||
1073 | EXPORT_SYMBOL(cx88_risc_buffer); | 1067 | EXPORT_SYMBOL(cx88_risc_buffer); |
1074 | EXPORT_SYMBOL(cx88_risc_databuffer); | 1068 | EXPORT_SYMBOL(cx88_risc_databuffer); |
1075 | EXPORT_SYMBOL(cx88_free_buffer); | ||
1076 | 1069 | ||
1077 | EXPORT_SYMBOL(cx88_sram_channels); | 1070 | EXPORT_SYMBOL(cx88_sram_channels); |
1078 | EXPORT_SYMBOL(cx88_sram_channel_setup); | 1071 | EXPORT_SYMBOL(cx88_sram_channel_setup); |