04a9f081b7
Make the m68knommu DMA handling consistent with other architectures. Compile problems pointed out by Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
10 lines
219 B
C
10 lines
219 B
C
#ifndef _M68KNOMMU_DMA_MAPPING_H
|
|
#define _M68KNOMMU_DMA_MAPPING_H
|
|
|
|
#ifdef CONFIG_PCI
|
|
#include <asm-generic/dma-mapping.h>
|
|
#else
|
|
#include <asm-generic/dma-mapping-broken.h>
|
|
#endif
|
|
|
|
#endif /* _M68KNOMMU_DMA_MAPPING_H */
|