m68k: merge the mmu and non-mmu versions of checksum.h
[linux-2.6-block.git] / arch / m68k / include / asm / dma.h
CommitLineData
49148020
SR
1#ifdef __uClinux__
2#include "dma_no.h"
3#else
4#include "dma_mm.h"
5#endif