• R
    [ARM] fix xm_x2xx_defconfig build errors · 67fbc231
    Russell King 提交于
    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: NRussell King <rmk+kernel@arm.linux.org.uk>
    67fbc231
dma.h 1.1 KB