summaryrefslogtreecommitdiff
path: root/drivers/media/video/tuner-driver.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-10-23 15:24:06 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:01:05 -0200
commit215b95baf969c6f895969f0a4ae0479954fba7cd (patch)
tree67e02c71a7d306cb82221e674325a27221ce5e06 /drivers/media/video/tuner-driver.h
parent3b20532c791399182bd04f0fcc70b60a95637fa5 (diff)
V4L/DVB (6430): Convert tuner-xc2028 driver to the newer hybrid approach
This changeset converts tuner-xc2028 to the newer hybrid approach. It also prevents creating twice the xc3028 private struct by both DVB and V4L parts. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h
index 5e733bc8362d..28a10da76d12 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -70,8 +70,6 @@ struct tuner {
struct tuner_operations ops;
};
-extern int xc2028_tuner_init(struct i2c_client *c);
-
/* ------------------------------------------------------------------------ */
extern int tda9887_tuner_init(struct tuner *t);