Commit 09361abc authored by Yue Haibing's avatar Yue Haibing Committed by Vinod Koul
Browse files

dmaengine: Remove unused declaration dma_chan_cleanup()



Commit f27c580c ("dmaengine: remove 'bigref' infrastructure")
removed the implementation but left declaration in place. Remove it.

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230809080012.22000-1-yuehaibing@huawei.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 094f9ee5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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