From: Andrew de Quincey Date: Mon, 10 Jul 2006 06:34:16 +0000 (-0300) Subject: V4L/DVB (4296): Remove stradis MODULE_DEVICE_INFO definition X-Git-Tag: firefly_0821_release~33952^2~20 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ba475042f0ca54bf055ce94b2a1e4656ed143f9;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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",