summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2024-08-10 12:45:40 +0300
committerVinod Koul <vkoul@kernel.org>2024-08-28 21:05:13 +0300
commit4bb59323450db610b06c549fa4d5936e94fb9a36 (patch)
treefbab3f27703a4efd84ed80bc427b78f4376cd676 /include
parent73d5fc92a11cacb73a1aac0b5793c47e48c5b537 (diff)
downloadlinux-4bb59323450db610b06c549fa4d5936e94fb9a36.tar.xz
dmaengine: ti: k3-udma: Remove unused declarations
Commit d70241913413 ("dmaengine: ti: k3-udma: Add glue layer for non DMAengine users") declared but never implemented these. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com> Link: https://lore.kernel.org/r/20240810094540.2589310-1-yuehaibing@huawei.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/dma/k3-udma-glue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dma/k3-udma-glue.h b/include/linux/dma/k3-udma-glue.h
index 1e491c5dcac2..2dea217629d0 100644
--- a/include/linux/dma/k3-udma-glue.h
+++ b/include/linux/dma/k3-udma-glue.h
@@ -136,8 +136,6 @@ u32 k3_udma_glue_rx_flow_get_fdq_id(struct k3_udma_glue_rx_channel *rx_chn,
u32 k3_udma_glue_rx_get_flow_id_base(struct k3_udma_glue_rx_channel *rx_chn);
int k3_udma_glue_rx_get_irq(struct k3_udma_glue_rx_channel *rx_chn,
u32 flow_num);
-void k3_udma_glue_rx_put_irq(struct k3_udma_glue_rx_channel *rx_chn,
- u32 flow_num);
void k3_udma_glue_reset_rx_chn(struct k3_udma_glue_rx_channel *rx_chn,
u32 flow_num, void *data,
void (*cleanup)(void *data, dma_addr_t desc_dma),