projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094f9ee
)
dmaengine: Remove unused declaration dma_chan_cleanup()
author
Yue Haibing
<yuehaibing@huawei.com>
Wed, 9 Aug 2023 08:00:12 +0000
(16:00 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 4 Oct 2023 13:55:30 +0000
(19:25 +0530)
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>
Link:
https://lore.kernel.org/r/20230809080012.22000-1-yuehaibing@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
include/linux/dmaengine.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/dmaengine.h
b/include/linux/dmaengine.h
index c3656e59021310d7dc57c5a2dabdf029c95ac5f3..3df70d6131c8fee686ffbd8ecfc7e7c432370bac 100644
(file)
--- 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