aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/dma-mapping_no.h
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2009-01-29 15:35:34 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-03-24 15:17:41 +1000
commit9a4048a211513c3d6c56ddf2efb276113eae0b80 (patch)
tree41bc9509df6c55db3bcaa44ecf5aa5f5ae785c89 /arch/m68k/include/asm/dma-mapping_no.h
parent76fdb7d6bd7922353abc8a1407c6dde3789042ce (diff)
m68k: swtich non-mmu setups to use the mmu dma-mapping.h
The mmu version of dma-mapping.h (which is dma-mapping_mm.h) is clean to be used for non-mmu setups as well. Remove dma-mapping_no.h and revert dma-mapping_mm.h to dma-mapping.h Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/dma-mapping_no.h')
-rw-r--r--arch/m68k/include/asm/dma-mapping_no.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/dma-mapping_no.h b/arch/m68k/include/asm/dma-mapping_no.h
deleted file mode 100644
index 1748f2bca94..00000000000
--- a/arch/m68k/include/asm/dma-mapping_no.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _M68KNOMMU_DMA_MAPPING_H
-#define _M68KNOMMU_DMA_MAPPING_H
-
-#include <asm-generic/dma-mapping-broken.h>
-
-#endif /* _M68KNOMMU_DMA_MAPPING_H */