diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-07-06 14:26:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-07-24 20:35:22 -0700 |
commit | 54f8bab3f331ee569aad3074d9c81dfb395482c0 (patch) | |
tree | cc8477cf33a2be5c4fc4e5e665f9a7374ab091e0 /drivers | |
parent | 5bb61972dababe40d58c08de886e5d01f2603163 (diff) |
v4l/dvb: stradis: dont export MODULE_DEVICE_TABLE
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/stradis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/stradis.c b/drivers/media/video/stradis.c index 07476c71174a..af372dd253b7 100644 --- a/drivers/media/video/stradis.c +++ b/drivers/media/video/stradis.c @@ -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", |