aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-06-26 23:35:41 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-30 14:59:29 -0400
commit4987abed29247063bb70374e60916584a43975ef (patch)
tree6d38712388962f5a27cd6323a8e46c678a4eee6d /drivers/media/video/cx88
parent38a2713ada91d5e7e4c0a1a0b12e45e2ec7079c3 (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/cx88')
-rw-r--r--drivers/media/video/cx88/cx88-video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index fe147e3aaa70..c538d99ec9f6 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1926,8 +1926,6 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev,
1926 /* load and configure helper modules */ 1926 /* load and configure helper modules */
1927 if (TUNER_ABSENT != core->tuner_type) 1927 if (TUNER_ABSENT != core->tuner_type)
1928 request_module("tuner"); 1928 request_module("tuner");
1929 if (core->tda9887_conf)
1930 request_module("tda9887");
1931 1929
1932 /* register v4l devices */ 1930 /* register v4l devices */
1933 dev->video_dev = cx88_vdev_init(core,dev->pci, 1931 dev->video_dev = cx88_vdev_init(core,dev->pci,