The patch number 10149 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [email protected]

------

From: Mike Frysinger  <[email protected]>
ttusb-budget: make it depend on PCI


Since dvb-ttusb-budget.c relies on pci_alloc_consistent and
pci_free_consistent, make it depend on PCI in Kconfig.

Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>


---

 linux/drivers/media/dvb/ttusb-budget/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 11d70ae945ac -r 0c75fc503b31 
linux/drivers/media/dvb/ttusb-budget/Kconfig
--- a/linux/drivers/media/dvb/ttusb-budget/Kconfig      Thu Nov 27 01:03:18 
2008 +0000
+++ b/linux/drivers/media/dvb/ttusb-budget/Kconfig      Wed Nov 12 15:00:18 
2008 +0000
@@ -1,6 +1,6 @@ config DVB_TTUSB_BUDGET
 config DVB_TTUSB_BUDGET
        tristate "Technotrend/Hauppauge Nova-USB devices"
-       depends on DVB_CORE && USB && I2C
+       depends on DVB_CORE && USB && I2C && PCI
        select DVB_CX22700 if !DVB_FE_CUSTOMISE
        select DVB_TDA1004X if !DVB_FE_CUSTOMISE
        select DVB_VES1820 if !DVB_FE_CUSTOMISE


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/0c75fc503b31e65c4556162bf205397db2b4e5bb

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to