summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/octeon/pci-octeon.h
diff options
context:
space:
mode:
authorChristoph Hellwig2018-06-15 13:08:40 +0200
committerPaul Burton2018-06-24 18:26:03 +0200
commita330a9c59b45e53dee7985237340f6480a1ea08f (patch)
tree39f71db42c603150df089e15b728c36f7d3420f8 /arch/mips/include/asm/octeon/pci-octeon.h
parentMIPS: Octeon: remove mips dma-default stubs (diff)
downloadkernel-qcow2-linux-a330a9c59b45e53dee7985237340f6480a1ea08f.tar.gz
kernel-qcow2-linux-a330a9c59b45e53dee7985237340f6480a1ea08f.tar.xz
kernel-qcow2-linux-a330a9c59b45e53dee7985237340f6480a1ea08f.zip
MIPS: Octeon: move swiotlb declarations out of dma-coherence.h
No need to pull them into a global header. Signed-off-by: Christoph Hellwig <hch@lst.de> Patchwork: https://patchwork.linux-mips.org/patch/19538/ Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: David Daney <david.daney@cavium.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> Cc: Tom Bogendoerfer <tsbogend@alpha.franken.de> Cc: Huacai Chen <chenhc@lemote.com> Cc: iommu@lists.linux-foundation.org Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/include/asm/octeon/pci-octeon.h')
-rw-r--r--arch/mips/include/asm/octeon/pci-octeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/octeon/pci-octeon.h b/arch/mips/include/asm/octeon/pci-octeon.h
index 1884609741a8..b12d9a3fbfb6 100644
--- a/arch/mips/include/asm/octeon/pci-octeon.h
+++ b/arch/mips/include/asm/octeon/pci-octeon.h
@@ -63,4 +63,7 @@ enum octeon_dma_bar_type {
*/
extern enum octeon_dma_bar_type octeon_dma_bar_type;
+void octeon_pci_dma_init(void);
+extern char *octeon_swiotlb;
+
#endif