diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 21:24:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 22:07:40 -0300 |
commit | 8d0936ed15f509c32e8f81849be3a1cee80e2225 (patch) | |
tree | 59eb2b0fe8a46d174d007b19a4401471f4aa759a /drivers/media/video/tuner-driver.h | |
parent | 7ab10bf72add23f0badf98ead92f58e34e14d35a (diff) | |
download | blackbird-op-linux-8d0936ed15f509c32e8f81849be3a1cee80e2225.tar.gz blackbird-op-linux-8d0936ed15f509c32e8f81849be3a1cee80e2225.zip |
V4L/DVB (6132): tea5767: 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>
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 bcb6a61c2086..664f3467ee4f 100644 --- a/drivers/media/video/tuner-driver.h +++ b/drivers/media/video/tuner-driver.h @@ -76,9 +76,6 @@ extern int default_tuner_init(struct tuner *t); extern int tda9887_tuner_init(struct tuner *t); -extern int tea5767_autodetection(struct tuner *t); -extern int tea5767_tuner_init(struct tuner *t); - /* ------------------------------------------------------------------------ */ #define tuner_warn(fmt, arg...) do {\ |