aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-05-13 22:56:31 +0000
committerArnd Bergmann <arnd@klappe2.(none)>2009-06-11 21:02:22 +0200
commitd7c4f1b78afeedfc22b1756fcdc1acbe84284d74 (patch)
tree62e74285b3f9093b7261ddc6b90831f9892dbf8e /arch/m32r/include
parent3aef392822e1a42e80077a332ea2efdfd8a4248a (diff)
downloadkernel_samsung_smdk4412-d7c4f1b78afeedfc22b1756fcdc1acbe84284d74.zip
kernel_samsung_smdk4412-d7c4f1b78afeedfc22b1756fcdc1acbe84284d74.tar.gz
kernel_samsung_smdk4412-d7c4f1b78afeedfc22b1756fcdc1acbe84284d74.tar.bz2
asm-generic: make pci.h usable directly
Some generic code is using the horribly misnamed PCI_DMA_BUS_IS_PHYS from asm/pci.h. This makes sure that an architecture without PCI support does not have to define this itself but can rely on the asm-generic version. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/m32r/include')
-rw-r--r--arch/m32r/include/asm/pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/include/asm/pci.h b/arch/m32r/include/asm/pci.h
index fe785d1..07d3834 100644
--- a/arch/m32r/include/asm/pci.h
+++ b/arch/m32r/include/asm/pci.h
@@ -3,6 +3,4 @@
#include <asm-generic/pci.h>
-#define PCI_DMA_BUS_IS_PHYS (1)
-
#endif /* _ASM_M32R_PCI_H */