summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/dma.h
diff options
context:
space:
mode:
authorRussell King2008-12-11 18:20:44 +0100
committerRussell King2008-12-13 10:12:09 +0100
commit67fbc2312312095acc2f19a0b601bac10f84cf9d (patch)
treee33e8e2af363c7254fc22ebf5326046cc9a8df6e /arch/arm/mach-pxa/include/mach/dma.h
parent[ARM] 5343/1: ep93xx: include linux/i2c.h (diff)
downloadkernel-qcow2-linux-67fbc2312312095acc2f19a0b601bac10f84cf9d.tar.gz
kernel-qcow2-linux-67fbc2312312095acc2f19a0b601bac10f84cf9d.tar.xz
kernel-qcow2-linux-67fbc2312312095acc2f19a0b601bac10f84cf9d.zip
[ARM] fix xm_x2xx_defconfig build errors
drivers/built-in.o: In function `pci_set_consistent_dma_mask': hid-quirks.c:(.text+0x2664): multiple definition of `pci_set_consistent_dma_mask' drivers/built-in.o: In function `pci_set_dma_mask': hid-quirks.c:(.text+0x42c4): multiple definition of `pci_set_dma_mask' because drivers/pci/pci.c was not seeing the definition disabling these functions. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/dma.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/dma.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/include/mach/dma.h b/arch/arm/mach-pxa/include/mach/dma.h
index 955bfe606067..7804637a6df3 100644
--- a/arch/arm/mach-pxa/include/mach/dma.h
+++ b/arch/arm/mach-pxa/include/mach/dma.h
@@ -30,10 +30,6 @@ typedef enum {
DMA_PRIO_LOW = 2
} pxa_dma_prio;
-#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)
-#define HAVE_ARCH_PCI_SET_DMA_MASK 1
-#endif
-
/*
* DMA registration
*/