diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index 9f31befc3139..8f5ed9b4bf83 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c | |||
@@ -567,7 +567,7 @@ static void cx18_load_and_init_modules(struct cx18 *cx) | |||
567 | int i; | 567 | int i; |
568 | 568 | ||
569 | /* load modules */ | 569 | /* load modules */ |
570 | #ifndef CONFIG_VIDEO_TUNER | 570 | #ifndef CONFIG_MEDIA_TUNER |
571 | hw = cx18_request_module(cx, hw, "tuner", CX18_HW_TUNER); | 571 | hw = cx18_request_module(cx, hw, "tuner", CX18_HW_TUNER); |
572 | #endif | 572 | #endif |
573 | #ifndef CONFIG_VIDEO_CS5345 | 573 | #ifndef CONFIG_VIDEO_CS5345 |