]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
v4l/dvb: stradis: dont export MODULE_DEVICE_TABLE
authorAndrew de Quincey <adq_dvb@lidskialf.net>
Thu, 6 Jul 2006 18:26:44 +0000 (14:26 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Jul 2006 03:35:22 +0000 (20:35 -0700)
This patch prevents the stradis driver from breaking all
other saa7146 devices by removing the autodetection based
on PCI subsystem ID 0000:0000 (no eeprom).  Users that
want to use the stradis driver will have to manually
insert the module, or specify it in modprobe.conf

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/stradis.c

index 07476c71174a70d05a77164c6f4aa39afd7d59fa..af372dd253b7c1d2c18e6150820dd715822efd13 100644 (file)
@@ -2180,7 +2180,6 @@ static struct pci_device_id stradis_pci_tbl[] = {
        { 0 }
 };
 
-MODULE_DEVICE_TABLE(pci, stradis_pci_tbl);
 
 static struct pci_driver stradis_driver = {
        .name = "stradis",