diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 20:22:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:35 -0400 |
commit | 910bb3e3c5a5d8ed5028846728efc6a375d200eb (patch) | |
tree | dae4791553084cd9a31b223be9f1aaf70c011be9 /drivers/media/video/tuner-driver.h | |
parent | e18f9444bda60a67e6feef00c354f8de0cdaeba7 (diff) |
V4L/DVB (6129): tda8290: convert from tuner sub-driver into dvb_frontend module
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: Mike Isely <isely@pobox.com>
Acked-by: Steven Toth <stoth@hauppauge.com>
Acked-by: Patrick Boettcher <pb@linuxtv.org>
Acked-by: Jarod Wilson <jwilson@redhat.com>
Acked-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-driver.h')
-rw-r--r-- | drivers/media/video/tuner-driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h index d4c02b4abe71..05d5f8575673 100644 --- a/drivers/media/video/tuner-driver.h +++ b/drivers/media/video/tuner-driver.h | |||
@@ -78,9 +78,6 @@ extern int tda9887_tuner_init(struct tuner *t); | |||
78 | 78 | ||
79 | extern int microtune_init(struct tuner *t); | 79 | extern int microtune_init(struct tuner *t); |
80 | 80 | ||
81 | extern int tda8290_init(struct tuner *t); | ||
82 | extern int tda8290_probe(struct tuner *t); | ||
83 | |||
84 | extern int tea5761_tuner_init(struct tuner *t); | 81 | extern int tea5761_tuner_init(struct tuner *t); |
85 | extern int tea5761_autodetection(struct tuner *t); | 82 | extern int tea5761_autodetection(struct tuner *t); |
86 | 83 | ||