summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-01-20 16:18:57 +0300
committerVinod Koul <vkoul@kernel.org>2021-01-26 20:24:16 +0300
commitec6ab42f5aadd765b0b8c4e2d21508ac1e20f2ed (patch)
treedf26369f4d6e5780d466e222b883f02821b73393 /include
parentbe7ccfa6c303e619e92e4fc0398cf01922ee9603 (diff)
downloadlinux-ec6ab42f5aadd765b0b8c4e2d21508ac1e20f2ed.tar.xz
dmaengine: remove sirfsoc driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver is no longer needed. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Barry Song <baohua@kernel.org> Cc: Barry Song <baohua@kernel.org> Link: https://lore.kernel.org/r/20210120131859.2056308-2-arnd@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sirfsoc_dma.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sirfsoc_dma.h b/include/linux/sirfsoc_dma.h
deleted file mode 100644
index 50161b6afb61..000000000000
--- a/include/linux/sirfsoc_dma.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _SIRFSOC_DMA_H_
-#define _SIRFSOC_DMA_H_
-
-bool sirfsoc_dma_filter_id(struct dma_chan *chan, void *chan_id);
-
-#endif