diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-07 09:42:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-07 09:42:20 -0300 |
commit | 345c23280f5d2852e8b8cd628362bc2b0f351dbc (patch) | |
tree | 23b22a5825368e900a0717bec894ae90e6bcbd0b /README.patches | |
parent | 8f4a89da9e9a760bc538ddec6687826007a1d04c (diff) | |
download | mediapointer-dvb-s2-345c23280f5d2852e8b8cd628362bc2b0f351dbc.tar.gz mediapointer-dvb-s2-345c23280f5d2852e8b8cd628362bc2b0f351dbc.tar.bz2 |
Fix broken b2c2 dependency on non x86 architectures
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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.
This patch moves flexcop-dma (currently used only by flexcop-pci) to
b2c2-flexcop-pci module, that is dependent on CONFIG_PCI.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'README.patches')
0 files changed, 0 insertions, 0 deletions