xref: /linux/arch/m68k/kernel/dma.c (revision 2dbf708448c836754d25fe6108c5bfe1f5697c95)
1 #ifdef CONFIG_MMU
2 #include "dma_mm.c"
3 #else
4 #include "dma_no.c"
5 #endif
6