* [PATCH -next] dmaengine: Remove unused declaration dma_chan_cleanup()
@ 2023-08-08 15:05 Yue Haibing
2023-08-08 17:25 ` Andy Shevchenko
0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-08 15:05 UTC (permalink / raw)
To: vkoul, andriy.shevchenko; +Cc: dmaengine, linux-kernel, yuehaibing
Commit f27c580c3628 ("dmaengine: remove 'bigref' infrastructure")
removed the implementation but leave declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
include/linux/dmaengine.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index c3656e590213..3df70d6131c8 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -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
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] dmaengine: Remove unused declaration dma_chan_cleanup()
2023-08-08 15:05 [PATCH -next] dmaengine: Remove unused declaration dma_chan_cleanup() Yue Haibing
@ 2023-08-08 17:25 ` Andy Shevchenko
0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2023-08-08 17:25 UTC (permalink / raw)
To: Yue Haibing; +Cc: vkoul, dmaengine, linux-kernel
On Tue, Aug 08, 2023 at 11:05:17PM +0800, Yue Haibing wrote:
> Commit f27c580c3628 ("dmaengine: remove 'bigref' infrastructure")
> removed the implementation but leave declaration.
"...left declaration in place. Remove it."
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-08 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 15:05 [PATCH -next] dmaengine: Remove unused declaration dma_chan_cleanup() Yue Haibing
2023-08-08 17:25 ` Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).