aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-s390/dma-mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/dma-mapping.h')
-rw-r--r--include/asm-s390/dma-mapping.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-s390/dma-mapping.h b/include/asm-s390/dma-mapping.h
new file mode 100644
index 000000000000..09bb7b04f967
--- /dev/null
+++ b/include/asm-s390/dma-mapping.h
@@ -0,0 +1,14 @@
+/*
+ * include/asm-s390/dma-mapping.h
+ *
+ * S390 version
+ *
+ * This file exists so that #include <dma-mapping.h> doesn't break anything.
+ */
+
+#ifndef _ASM_DMA_MAPPING_H
+#define _ASM_DMA_MAPPING_H
+
+#include <asm-generic/dma-mapping-broken.h>
+
+#endif /* _ASM_DMA_MAPPING_H */