From: Russell King Date: Thu, 11 Dec 2008 17:20:44 +0000 (+0000) Subject: [ARM] fix xm_x2xx_defconfig build errors X-Git-Tag: v2.6.29-rc1~559^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fbc2312312095acc2f19a0b601bac10f84cf9d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed