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 @@
+#ifndef _M68KNOMMU_DMA_MAPPING_H
+#define _M68KNOMMU_DMA_MAPPING_H
+
+#include <linux/config.h>
+
+#ifdef CONFIG_PCI
+#include <asm-generic/dma-mapping.h>
+#endif
+
+#endif /* _M68KNOMMU_DMA_MAPPING_H */