diff options
| author | Yue Haibing <[email protected]> | 2024-08-10 17:45:40 +0800 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2024-08-28 23:35:13 +0530 |
| commit | 4bb59323450db610b06c549fa4d5936e94fb9a36 (patch) | |
| tree | fbab3f27703a4efd84ed80bc427b78f4376cd676 /include/linux | |
| parent | 73d5fc92a11cacb73a1aac0b5793c47e48c5b537 (diff) | |
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 <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma/k3-udma-glue.h | 2 |
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), |