diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-06-26 23:35:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-30 14:59:29 -0400 |
commit | 4987abed29247063bb70374e60916584a43975ef (patch) | |
tree | 6d38712388962f5a27cd6323a8e46c678a4eee6d /drivers/media/video/saa7134/saa7134-core.c | |
parent | 38a2713ada91d5e7e4c0a1a0b12e45e2ec7079c3 (diff) |
V4L/DVB (4267): Remove all instances of request_module("tda9887")
We should no longer try to load the tda9887 module, because it no longer
exists. The tda9887 driver has been merged into the tuner module.
This patch removes all instances of request_module("tda9887") from
the following video4linux drivers: bttv, cx88, em28xx and saa7134.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-core.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/saa7134/saa7134-core.c b/drivers/media/video/saa7134/saa7134-core.c index da3007d2f411..2cd73c980533 100644 --- a/drivers/media/video/saa7134/saa7134-core.c +++ b/drivers/media/video/saa7134/saa7134-core.c | |||
@@ -942,8 +942,6 @@ static int __devinit saa7134_initdev(struct pci_dev *pci_dev, | |||
942 | /* load i2c helpers */ | 942 | /* load i2c helpers */ |
943 | if (TUNER_ABSENT != dev->tuner_type) | 943 | if (TUNER_ABSENT != dev->tuner_type) |
944 | request_module("tuner"); | 944 | request_module("tuner"); |
945 | if (dev->tda9887_conf) | ||
946 | request_module("tda9887"); | ||
947 | if (card_is_empress(dev)) { | 945 | if (card_is_empress(dev)) { |
948 | request_module("saa6752hs"); | 946 | request_module("saa6752hs"); |
949 | request_module_depend("saa7134-empress",&need_empress); | 947 | request_module_depend("saa7134-empress",&need_empress); |