Skip to content

Commit

Permalink
dmaengine: Remove unused define for dma_request_slave_channel_reason()
Browse files Browse the repository at this point in the history
No users left in the kernel, it can be removed.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200828084141.14902-1-peter.ujfalusi@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Peter Ujfalusi authored and Vinod Koul committed Aug 28, 2020
1 parent 78a2f92 commit 145fbd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 145fbd1

Please sign in to comment.