diff options
-rw-r--r-- | drivers/media/video/cx18/Kconfig | 2 | ||||
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 2 | ||||
-rw-r--r-- | drivers/media/video/tuner-core.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/Kconfig b/drivers/media/video/cx18/Kconfig index be654a27bd3c..acc4b47f1d1d 100644 --- a/drivers/media/video/cx18/Kconfig +++ b/drivers/media/video/cx18/Kconfig | |||
@@ -4,7 +4,7 @@ config VIDEO_CX18 | |||
4 | select I2C_ALGOBIT | 4 | select I2C_ALGOBIT |
5 | select FW_LOADER | 5 | select FW_LOADER |
6 | select VIDEO_IR | 6 | select VIDEO_IR |
7 | select VIDEO_TUNER | 7 | select MEDIA_TUNER |
8 | select VIDEO_TVEEPROM | 8 | select VIDEO_TVEEPROM |
9 | select VIDEO_CX2341X | 9 | select VIDEO_CX2341X |
10 | select VIDEO_CS5345 | 10 | select VIDEO_CS5345 |
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 |
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index cc19c4abb467..6bf104ea051d 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #define PREFIX t->i2c->driver->driver.name | 34 | #define PREFIX t->i2c->driver->driver.name |
35 | 35 | ||
36 | /** This macro allows us to probe dynamically, avoiding static links */ | 36 | /** This macro allows us to probe dynamically, avoiding static links */ |
37 | #ifdef CONFIG_DVB_CORE_ATTACH | 37 | #ifdef CONFIG_MEDIA_ATTACH |
38 | #define tuner_symbol_probe(FUNCTION, ARGS...) ({ \ | 38 | #define tuner_symbol_probe(FUNCTION, ARGS...) ({ \ |
39 | int __r = -EINVAL; \ | 39 | int __r = -EINVAL; \ |
40 | typeof(&FUNCTION) __a = symbol_request(FUNCTION); \ | 40 | typeof(&FUNCTION) __a = symbol_request(FUNCTION); \ |