diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-27 12:09:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:30 -0500 |
commit | 0b5f4a12e628893624b478523fb4e2708c605710 (patch) | |
tree | 41e3ec34f6c2c81063f36d10c224d7e6cfb0f59d /drivers/media/video/tuner-core.c | |
parent | 8c125f2ceb3ec1ba01e96fffd8558ef163b40fe8 (diff) |
V4L/DVB (6469): tuner: remove TUNER_PHILIPS_TDA8295
TUNER_PHILIPS_TDA8290 will autodetect a TDA8290 or a TDA8295,
so we don't need this separate entry anymore.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 6ab57ec3f5a..600174239d0 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
@@ -295,7 +295,6 @@ static void set_type(struct i2c_client *c, unsigned int type, | |||
295 | microtune_attach(&t->fe, t->i2c.adapter, t->i2c.addr); | 295 | microtune_attach(&t->fe, t->i2c.adapter, t->i2c.addr); |
296 | break; | 296 | break; |
297 | case TUNER_PHILIPS_TDA8290: | 297 | case TUNER_PHILIPS_TDA8290: |
298 | case TUNER_PHILIPS_TDA8295: | ||
299 | { | 298 | { |
300 | tda829x_attach(t); | 299 | tda829x_attach(t); |
301 | break; | 300 | break; |