summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2018-12-12 13:26:49 -0800
committerOlof Johansson <olof@lixom.net>2018-12-12 13:26:49 -0800
commit330a7809cf90f8e6d29cb3c13e58bc7bb532b1ae (patch)
tree42b45a0a4c5d72d084f9ff9e4aaae2df3e93b604 /include/linux
parent202f9977b012d844d08e6d01d12bad891e95b3ae (diff)
parentc2a70a319afb9e3dee16567cec4d9bf8dd358b59 (diff)
downloadlinux-stable-330a7809cf90f8e6d29cb3c13e58bc7bb532b1ae.tar.gz
linux-stable-330a7809cf90f8e6d29cb3c13e58bc7bb532b1ae.tar.bz2
linux-stable-330a7809cf90f8e6d29cb3c13e58bc7bb532b1ae.zip
Merge tag 'pxa-for-4.21' of https://github.com/rjarzmik/linux into next/drivers
This pxa update brings only a single patch, finishing the dmaengine conversion. * tag 'pxa-for-4.21' of https://github.com/rjarzmik/linux: dmaengine: pxa: make the filter function internal Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/dma/pxa-dma.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/dma/pxa-dma.h b/include/linux/dma/pxa-dma.h
index 9fc594f69eff..fceb5df07097 100644
--- a/include/linux/dma/pxa-dma.h
+++ b/include/linux/dma/pxa-dma.h
@@ -23,15 +23,4 @@ struct pxad_param {
enum pxad_chan_prio prio;
};
-struct dma_chan;
-
-#ifdef CONFIG_PXA_DMA
-bool pxad_filter_fn(struct dma_chan *chan, void *param);
-#else
-static inline bool pxad_filter_fn(struct dma_chan *chan, void *param)
-{
- return false;
-}
-#endif
-
#endif /* _PXA_DMA_H_ */