diff options
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-driver.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c index ac0e3dee3..621d830e9 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.c +++ b/linux/drivers/media/video/ivtv/ivtv-driver.c @@ -59,9 +59,6 @@ #include <media/tveeprom.h> #include <media/saa7115.h> #include <media/v4l2-chip-ident.h> -#ifdef CONFIG_XC3028 -#include "tuner/tuner-stub.h" -#endif /* var to keep track of the number of array elements in use */ int ivtv_cards_active = 0; @@ -829,18 +826,8 @@ static void ivtv_load_and_init_modules(struct ivtv *itv) #ifndef CONFIG_VIDEO_TUNER if (hw & IVTV_HW_TUNER) { if (itv->options.tuner == TUNER_XCEIVE_XC3028) { -#ifdef CONFIG_XC3028 - struct tuner_config config; - - memset(&config, 0, sizeof(config)); - config.tunerid = 1; - config.clientid = -1; - itv->tunerid = tuner_register_client(&itv->i2c_adap, - ivtv_reset_tuner_gpio, itv, &config); -#else IVTV_INFO("Xceive tuner not yet supported, only composite and S-Video inputs will be available\n"); itv->tunerid = 1; -#endif } else { ivtv_request_module(itv, "tuner"); |