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