Skip to content

Commit 09361ab

Browse files
Yue Haibingvinodkoul
authored andcommitted
dmaengine: Remove unused declaration dma_chan_cleanup()
Commit f27c580 ("dmaengine: remove 'bigref' infrastructure") removed the implementation but left declaration in place. Remove it. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230809080012.22000-1-yuehaibing@huawei.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 094f9ee commit 09361ab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/linux/dmaengine.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ static inline const char *dma_chan_name(struct dma_chan *chan)
517517
return dev_name(&chan->dev->device);
518518
}
519519

520-
void dma_chan_cleanup(struct kref *kref);
521-
522520
/**
523521
* typedef dma_filter_fn - callback filter for dma_request_channel
524522
* @chan: channel to be reviewed

0 commit comments

Comments
 (0)