]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (5761): Fix broken b2c2 dependency on non x86 architectures
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 7 Jun 2007 12:42:20 +0000 (09:42 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 8 Jun 2007 11:54:39 +0000 (08:54 -0300)
commit72fb39ea58e7e2af93895fd12642b3fff2f76462
tree8df62553ea9dfa12ef211fd62f5624365e2d8a9f
parentf2100d82b858815848b661d57d7e166341c02e20
V4L/DVB (5761): Fix broken b2c2 dependency on non x86 architectures

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>
drivers/media/dvb/b2c2/Makefile