The patch number 10150 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-dec: make it depend on PCI


Since ttusb_dec.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-dec/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 0c75fc503b31 -r 166b13cf6fcd linux/drivers/media/dvb/ttusb-dec/Kconfig
--- a/linux/drivers/media/dvb/ttusb-dec/Kconfig Wed Nov 12 15:00:18 2008 +0000
+++ b/linux/drivers/media/dvb/ttusb-dec/Kconfig Wed Nov 12 15:04:28 2008 +0000
@@ -1,6 +1,6 @@ config DVB_TTUSB_DEC
 config DVB_TTUSB_DEC
        tristate "Technotrend/Hauppauge USB DEC devices"
-       depends on DVB_CORE && USB && INPUT
+       depends on DVB_CORE && USB && INPUT && PCI
        select CRC32
        help
          Support for external USB adapters designed by Technotrend and


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/166b13cf6fcdfb49241372e5f82859b898f8fb5b

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

Reply via email to