summaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/pci.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2009-05-09 01:29:27 (GMT)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-05-09 01:29:27 (GMT)
commitd585a021c0b10b0477d6b608c53e1feb8cde0507 (patch)
tree5ca059da1db7f15d4b29427644ad9c08270c885c /arch/m32r/include/asm/pci.h
parent84e5b0d00f8f84c4ae226be131d4bebbcee88bd3 (diff)
parent091bf7624d1c90cec9e578a18529f615213ff847 (diff)
downloadlinux-fsl-qoriq-d585a021c0b10b0477d6b608c53e1feb8cde0507.tar.xz
Merge commit 'v2.6.30-rc5' into next
Diffstat (limited to 'arch/m32r/include/asm/pci.h')
-rw-r--r--arch/m32r/include/asm/pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/pci.h b/arch/m32r/include/asm/pci.h
new file mode 100644
index 0000000..fe785d1
--- /dev/null
+++ b/arch/m32r/include/asm/pci.h
@@ -0,0 +1,8 @@
+#ifndef _ASM_M32R_PCI_H
+#define _ASM_M32R_PCI_H
+
+#include <asm-generic/pci.h>
+
+#define PCI_DMA_BUS_IS_PHYS (1)
+
+#endif /* _ASM_M32R_PCI_H */