Commit a24ca8a2 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ce65d36f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2,9 +2,7 @@
#ifndef ___ASM_SPARC_DMA_MAPPING_H
#define ___ASM_SPARC_DMA_MAPPING_H

#include <linux/scatterlist.h>
#include <linux/mm.h>
#include <linux/dma-debug.h>
#include <asm/cpu_type.h>

extern const struct dma_map_ops *dma_ops;