m68k: merge m68k and m68knommu arch directories
[pandora-kernel.git] / arch / m68k / kernel / dma.c
1 #ifdef CONFIG_MMU
2 #include "dma_mm.c"
3 #else
4 #include "dma_no.c"
5 #endif