diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-07-10 03:34:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-29 17:22:14 -0300 |
commit | 6ba475042f0ca54bf055ce94b2a1e4656ed143f9 (patch) | |
tree | 22e7374256593fe83a74c5a7b34032bb4ff1d8aa /drivers/media/video/stradis.c | |
parent | 6a85774741f1ef1a47ba0670e99c97e892930cad (diff) | |
download | talos-obmc-linux-6ba475042f0ca54bf055ce94b2a1e4656ed143f9.tar.gz talos-obmc-linux-6ba475042f0ca54bf055ce94b2a1e4656ed143f9.zip |
V4L/DVB (4296): Remove stradis MODULE_DEVICE_INFO definition
To prevent autoloading of the driver, as it then conflicts with every other
saa7146 device in existence.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/stradis.c')
-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 b36ba9fa3a28..5686547ba76a 100644 --- a/drivers/media/video/stradis.c +++ b/drivers/media/video/stradis.c @@ -2181,7 +2181,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", |