aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ujfalusi <[email protected]>2020-08-28 11:41:41 +0300
committerVinod Koul <[email protected]>2020-08-28 16:02:05 +0530
commit145fbd1e82e6654398ace321432e3a803b8a2be4 (patch)
tree13353afe8e1fe619684e55e2f9e243bf188d4d81
parent78a2f92e4c4a3b775add7f99d04f8acf2fcb48d7 (diff)
dmaengine: Remove unused define for dma_request_slave_channel_reason()
No users left in the kernel, it can be removed. Signed-off-by: Peter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r--include/linux/dmaengine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 6fbd5c99e30c..011371b7f081 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -1527,8 +1527,6 @@ static inline int dma_get_slave_caps(struct dma_chan *chan,
}
#endif
-#define dma_request_slave_channel_reason(dev, name) dma_request_chan(dev, name)
-
static inline int dmaengine_desc_set_reuse(struct dma_async_tx_descriptor *tx)
{
struct dma_slave_caps caps;