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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 094f9ee commit 09361ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)