commit | 67fbc2312312095acc2f19a0b601bac10f84cf9d | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Dec 11 17:20:44 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Dec 13 09:12:09 2008 +0000 |
tree | e33e8e2af363c7254fc22ebf5326046cc9a8df6e | |
parent | 3e7a728117e4611b5e91fc567166f6e3606d996e [diff] |
[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>