aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/dma-mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68knommu/dma-mapping.h')
-rw-r--r--include/asm-m68knommu/dma-mapping.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-m68knommu/dma-mapping.h b/include/asm-m68knommu/dma-mapping.h
new file mode 100644
index 000000000000..a6c42ba48da6
--- /dev/null
+++ b/include/asm-m68knommu/dma-mapping.h
@@ -0,0 +1,10 @@
1#ifndef _M68KNOMMU_DMA_MAPPING_H
2#define _M68KNOMMU_DMA_MAPPING_H
3
4#include <linux/config.h>
5
6#ifdef CONFIG_PCI
7#include <asm-generic/dma-mapping.h>
8#endif
9
10#endif /* _M68KNOMMU_DMA_MAPPING_H */