diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-29 14:33:18 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 21:01:31 (GMT) |
commit | 1a156045ab06b2cce8cf46e7bf53da26ab33b084 (patch) | |
tree | 1124cc9390301becc1ddcd414de2768256d827e2 /drivers/media | |
parent | 0b5f4a12e628893624b478523fb4e2708c605710 (diff) | |
download | linux-1a156045ab06b2cce8cf46e7bf53da26ab33b084.tar.xz |
V4L/DVB (6470): Avoid breaking compilation
The next patchset series will change i2c structs inside tuner. This patch
avoids breaking bissect, by commenting the still unused tuner xc2028.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tuner-core.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 6001742..bff6e6a 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c @@ -335,18 +335,6 @@ static void set_type(struct i2c_client *c, unsigned int type, i2c_master_send(c,buffer,4); attach_simple_tuner(t); break; - case TUNER_XC2028: - { - int rc=xc2028_attach(&t->fe, t->i2c.adapter, t->i2c.addr, - &c->dev, c->adapter->algo_data, - t->tuner_callback); - if (rc<0) { - t->type = TUNER_ABSENT; - t->mode_mask = T_UNINITIALIZED; - return; - } - break; - } case TUNER_TDA9887: tda9887_attach(t); break; |