diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-27 20:09:16 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-26 00:01:30 +0300 |
commit | 0b5f4a12e628893624b478523fb4e2708c605710 (patch) | |
tree | 41e3ec34f6c2c81063f36d10c224d7e6cfb0f59d /include | |
parent | 8c125f2ceb3ec1ba01e96fffd8558ef163b40fe8 (diff) | |
download | linux-0b5f4a12e628893624b478523fb4e2708c605710.tar.xz |
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 'include')
-rw-r--r-- | include/media/tuner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index faacd2d50b72..d49392d90e56 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h @@ -124,8 +124,6 @@ extern int tuner_debug; #define TUNER_TDA9887 74 /* This tuner should be used only internally */ #define TUNER_TEA5761 75 /* Only FM Radio Tuner */ -#define TUNER_PHILIPS_TDA8295 76 - /* tv card specific */ #define TDA9887_PRESENT (1<<0) #define TDA9887_PORT1_INACTIVE (1<<1) |