diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-01-29 15:35:34 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-03-24 15:17:41 +1000 |
commit | 9a4048a211513c3d6c56ddf2efb276113eae0b80 (patch) | |
tree | 41bc9509df6c55db3bcaa44ecf5aa5f5ae785c89 /arch/m68k/include/asm/dma-mapping_no.h | |
parent | 76fdb7d6bd7922353abc8a1407c6dde3789042ce (diff) | |
download | op-kernel-dev-9a4048a211513c3d6c56ddf2efb276113eae0b80.zip op-kernel-dev-9a4048a211513c3d6c56ddf2efb276113eae0b80.tar.gz |
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.h | 6 |
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 1748f2b..0000000 --- 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 */ |