diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/m68k/kernel/dma.c')
-rw-r--r-- | ANDROID_3.4.5/arch/m68k/kernel/dma.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/m68k/kernel/dma.c b/ANDROID_3.4.5/arch/m68k/kernel/dma.c new file mode 100644 index 00000000..90e8cb72 --- /dev/null +++ b/ANDROID_3.4.5/arch/m68k/kernel/dma.c @@ -0,0 +1,5 @@ +#ifdef CONFIG_MMU +#include "dma_mm.c" +#else +#include "dma_no.c" +#endif |