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