diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-06-15 07:08:54 -0400 |
|---|---|---|
| committer | Paul Burton <paul.burton@mips.com> | 2018-06-24 12:27:27 -0400 |
| commit | 803ad26eed4a5db07cc52e8dec387689cd007df4 (patch) | |
| tree | f1b311204491250562db110b7e19a00336bce247 /arch/mips/include | |
| parent | 28f512d9cb48ec09288e4cc4475d022d1745b7bf (diff) | |
MIPS: remove unneeded includes from dma-mapping.h
Keep this file as light as possible as it gets pulled into every
driver using dma mapping APIs.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Patchwork: https://patchwork.linux-mips.org/patch/19552/
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')
| -rw-r--r-- | arch/mips/include/asm/dma-mapping.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/include/asm/dma-mapping.h b/arch/mips/include/asm/dma-mapping.h index 143250986e17..1c6e0c8ef483 100644 --- a/arch/mips/include/asm/dma-mapping.h +++ b/arch/mips/include/asm/dma-mapping.h | |||
| @@ -2,14 +2,6 @@ | |||
| 2 | #ifndef _ASM_DMA_MAPPING_H | 2 | #ifndef _ASM_DMA_MAPPING_H |
| 3 | #define _ASM_DMA_MAPPING_H | 3 | #define _ASM_DMA_MAPPING_H |
| 4 | 4 | ||
| 5 | #include <linux/scatterlist.h> | ||
| 6 | #include <asm/dma-coherence.h> | ||
| 7 | #include <asm/cache.h> | ||
| 8 | |||
| 9 | #ifndef CONFIG_SGI_IP27 /* Kludge to fix 2.6.39 build for IP27 */ | ||
| 10 | #include <dma-coherence.h> | ||
| 11 | #endif | ||
| 12 | |||
| 13 | extern const struct dma_map_ops jazz_dma_ops; | 5 | extern const struct dma_map_ops jazz_dma_ops; |
| 14 | extern const struct dma_map_ops mips_swiotlb_ops; | 6 | extern const struct dma_map_ops mips_swiotlb_ops; |
| 15 | 7 | ||
