summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttv-cards.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-06-26 23:35:41 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-06-26 23:35:41 -0400
commit6227b082cd90bc4d597aa4a92767a73cee0992c8 (patch)
tree6138e17251743c65551e365e0f4f865dde1ddc10 /linux/drivers/media/video/bt8xx/bttv-cards.c
parentcafe33c76d00a9d516146e5e92ec65153ad5eb90 (diff)
downloadmediapointer-dvb-s2-6227b082cd90bc4d597aa4a92767a73cee0992c8.tar.gz
mediapointer-dvb-s2-6227b082cd90bc4d597aa4a92767a73cee0992c8.tar.bz2
Remove all instances of request_module("tda9887")
From: Michael Krufky <mkrufky@linuxtv.org> 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>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv-cards.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-cards.c b/linux/drivers/media/video/bt8xx/bttv-cards.c
index 584d91f1c..3584c3473 100644
--- a/linux/drivers/media/video/bt8xx/bttv-cards.c
+++ b/linux/drivers/media/video/bt8xx/bttv-cards.c
@@ -3580,11 +3580,6 @@ void __devinit bttv_init_card2(struct bttv *btv)
/* Hybrid DVB card, DOES have a tda9887 */
if (btv->c.type == BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE)
tda9887 = 1;
- if((btv->tuner_type == TUNER_PHILIPS_FM1216ME_MK3) ||
- (btv->tuner_type == TUNER_PHILIPS_FM1236_MK3) ||
- (btv->tuner_type == TUNER_PHILIPS_FM1256_IH3) ||
- tda9887)
- request_module("tda9887");
if (btv->tuner_type != UNSET)
request_module("tuner");
}