diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-27 00:09:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-27 00:09:41 -0300 |
commit | dadaff2db46aae917ccdbceb2cd2ecac75767435 (patch) | |
tree | 8db97f6b92417de624cba7bb447d2d38439f968d /drivers/media/video/tuner-core.c | |
parent | df5a4f4fd378367db1f48e92f46ce312814cf745 (diff) | |
download | linux-dadaff2db46aae917ccdbceb2cd2ecac75767435.tar.gz linux-dadaff2db46aae917ccdbceb2cd2ecac75767435.tar.xz |
V4L/DVB (3392a): XC3028 code removed from -git versions
- Current xc3028 support is still experimental, requiring more work to be
sent to mainstream. It will be kept only at mercurial tree on
http://linuxtv.org/hg until fixed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-core.c')
-rw-r--r-- | drivers/media/video/tuner-core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 3a96cc4ae81d..3964244d6ff5 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c @@ -216,11 +216,6 @@ static void set_type(struct i2c_client *c, unsigned int type, i2c_master_send(c,buffer,4); default_tuner_init(c); break; -#ifdef CONFIG_XC3028 - case TUNER_XCEIVE_XC3028: - xc3028_init(c); - break; -#endif default: default_tuner_init(c); break; |