aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2021-01-21 12:03:54 +0100
committerVinod Koul <vkoul@kernel.org>2021-01-26 22:58:01 +0530
commite247f85a9bf6af9ce6bc36d86ac242f782ae0947 (patch)
tree04ab50338c5c012f92c915533bb5c2b235b1f504 /include/linux/dma
parentdmaengine: remove coh901318 driver (diff)
downloadlinux-dev-e247f85a9bf6af9ce6bc36d86ac242f782ae0947.tar.xz
linux-dev-e247f85a9bf6af9ce6bc36d86ac242f782ae0947.zip
dmaengine: mmp_pdma: Remove mmp_pdma_filter_fn()
It's not used anywhere -- drop it. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Link: https://lore.kernel.org/r/20210121110356.1768635-2-lkundrak@v3.sk Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux/dma')
-rw-r--r--include/linux/dma/mmp-pdma.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/dma/mmp-pdma.h b/include/linux/dma/mmp-pdma.h
deleted file mode 100644
index 25cab62a28c4..000000000000
--- a/include/linux/dma/mmp-pdma.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _MMP_PDMA_H_
-#define _MMP_PDMA_H_
-
-struct dma_chan;
-
-#ifdef CONFIG_MMP_PDMA
-bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param);
-#else
-static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param)
-{
- return false;
-}
-#endif
-
-#endif /* _MMP_PDMA_H_ */