[v2,-next] dmaengine: Remove unused declaration dma_chan_cleanup()
Commit Message
Commit f27c580c3628 ("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>
---
v2: revise commit log
---
include/linux/dmaengine.h | 2 --
1 file changed, 2 deletions(-)
Comments
On Wed, 09 Aug 2023 16:00:12 +0800, Yue Haibing wrote:
> Commit f27c580c3628 ("dmaengine: remove 'bigref' infrastructure")
> removed the implementation but left declaration in place. Remove it.
>
>
Applied, thanks!
[1/1] dmaengine: Remove unused declaration dma_chan_cleanup()
commit: 09361abc346102c505657db4f3ae19ed70e1b703
Best regards,
@@ -517,8 +517,6 @@ static inline const char *dma_chan_name(struct dma_chan *chan)
return dev_name(&chan->dev->device);
}
-void dma_chan_cleanup(struct kref *kref);
-
/**
* typedef dma_filter_fn - callback filter for dma_request_channel
* @chan: channel to be reviewed