72fb39ea58
This patch moves flexcop-dma (currently used only by flexcop-pci) to b2c2-flexcop-pci module, that is dependent on CONFIG_PCI, fixing the bug as reported by Geert Uytterhoeven <geert@linux-m68k.org>: drivers/media/dvb/b2c2/flexcop-dma.c uses the PCI DMA API, but DVB_B2C2_FLEXCOP doesn't depend on PCI, causing the following problem on PCI-less systems: | linux/drivers/media/dvb/b2c2/flexcop-dma.c:20: warning: implicit declaration of function 'pci_alloc_consistent' | linux/drivers/media/dvb/b2c2/flexcop-dma.c:20: warning: implicit declaration of function 'pci_alloc_consistent' Apparently this is the flexcop DMA core, which is used by both DVB_B2C2_FLEXCOP_PCI and DVB_B2C2_FLEXCOP_USB. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> |
||
---|---|---|
.. | ||
flexcop_ibi_value_be.h | ||
flexcop_ibi_value_le.h | ||
flexcop-common.h | ||
flexcop-dma.c | ||
flexcop-eeprom.c | ||
flexcop-fe-tuner.c | ||
flexcop-hw-filter.c | ||
flexcop-i2c.c | ||
flexcop-misc.c | ||
flexcop-pci.c | ||
flexcop-reg.h | ||
flexcop-sram.c | ||
flexcop-usb.c | ||
flexcop-usb.h | ||
flexcop.c | ||
flexcop.h | ||
Kconfig | ||
Makefile |