aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/shdma-base.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2013-06-06 17:37:14 +0200
committerVinod Koul <vinod.koul@intel.com>2013-07-05 11:40:59 +0530
commitd0951a23383d09276f7976ed34d8f1cede629b48 (patch)
tree42d1889f0b813185cca8a65698f648cc8d3f684e /include/linux/shdma-base.h
parentDMA: shdma: (cosmetic) don't re-calculate a pointer (diff)
downloadlinux-dev-d0951a23383d09276f7976ed34d8f1cede629b48.tar.xz
linux-dev-d0951a23383d09276f7976ed34d8f1cede629b48.zip
DMA: shdma: shdma_chan_filter() has to be in shdma-base.h
shdma_chan_filter() is a function, provided by the shdma-base.c module, move its declaration to the appropriate header. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/shdma-base.h')
-rw-r--r--include/linux/shdma-base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/shdma-base.h b/include/linux/shdma-base.h
index a3728bf66f0e..9a938971bc4a 100644
--- a/include/linux/shdma-base.h
+++ b/include/linux/shdma-base.h
@@ -122,5 +122,6 @@ void shdma_chan_remove(struct shdma_chan *schan);
int shdma_init(struct device *dev, struct shdma_dev *sdev,
int chan_num);
void shdma_cleanup(struct shdma_dev *sdev);
+bool shdma_chan_filter(struct dma_chan *chan, void *arg);
#endif