diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 20:23:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:39 -0400 |
commit | 96c0b7cfa5de1d6be0a6f6d202a6a078f5577d8f (patch) | |
tree | 7c1d7631bdb3359b66d9b1d2539d7429661671ea /drivers/media/video/tuner-driver.h | |
parent | 910bb3e3c5a5d8ed5028846728efc6a375d200eb (diff) |
V4L/DVB (6130): mt20xx: 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h index 05d5f8575673..87d937f2f740 100644 --- a/drivers/media/video/tuner-driver.h +++ b/drivers/media/video/tuner-driver.h | |||
@@ -76,8 +76,6 @@ extern int default_tuner_init(struct tuner *t); | |||
76 | 76 | ||
77 | extern int tda9887_tuner_init(struct tuner *t); | 77 | extern int tda9887_tuner_init(struct tuner *t); |
78 | 78 | ||
79 | extern int microtune_init(struct tuner *t); | ||
80 | |||
81 | extern int tea5761_tuner_init(struct tuner *t); | 79 | extern int tea5761_tuner_init(struct tuner *t); |
82 | extern int tea5761_autodetection(struct tuner *t); | 80 | extern int tea5761_autodetection(struct tuner *t); |
83 | 81 | ||