Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sparc: remove not required includes from dma-mapping.h

The only thing we need to explicitly pull in is the defines for the
CPU type.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David S. Miller <davem@davemloft.net>

+1 -3
+1 -3
arch/sparc/include/asm/dma-mapping.h
··· 2 2 #ifndef ___ASM_SPARC_DMA_MAPPING_H 3 3 #define ___ASM_SPARC_DMA_MAPPING_H 4 4 5 - #include <linux/scatterlist.h> 6 - #include <linux/mm.h> 7 - #include <linux/dma-debug.h> 5 + #include <asm/cpu_type.h> 8 6 9 7 extern const struct dma_map_ops *dma_ops; 10 8