summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-driver.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-05 16:15:43 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-05 16:15:43 -0200
commitf908968983a448cba404613e0564a7097b63558f (patch)
tree31f33203850a0c4fcde070ee5e0795880ca7c8fd /linux/drivers/media/video/cx18/cx18-driver.c
parent94703235501e112e7496efe5bce32671e121d98f (diff)
parent0cb9746f402b6eb2d3220ae59b522cddf4db9bcd (diff)
downloadmediapointer-dvb-s2-f908968983a448cba404613e0564a7097b63558f.tar.gz
mediapointer-dvb-s2-f908968983a448cba404613e0564a7097b63558f.tar.bz2
merge: http://linuxtv.org/hg/~awalls/cx18-bugfix
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-driver.c')
-rw-r--r--linux/drivers/media/video/cx18/cx18-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.c b/linux/drivers/media/video/cx18/cx18-driver.c
index 446a132df..542beb333 100644
--- a/linux/drivers/media/video/cx18/cx18-driver.c
+++ b/linux/drivers/media/video/cx18/cx18-driver.c
@@ -592,10 +592,10 @@ static void cx18_load_and_init_modules(struct cx18 *cx)
#ifdef MODULE
/* load modules */
-#ifndef CONFIG_MEDIA_TUNER
+#ifdef CONFIG_MEDIA_TUNER_MODULE
hw = cx18_request_module(cx, hw, "tuner", CX18_HW_TUNER);
#endif
-#ifndef CONFIG_VIDEO_CS5345
+#ifdef CONFIG_VIDEO_CS5345_MODULE
hw = cx18_request_module(cx, hw, "cs5345", CX18_HW_CS5345);
#endif
#endif