summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda8083.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 17:47:09 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:58:36 -0300
commitd21eac0385dd11d3118ffd374451916fa413c0df (patch)
treed4fa7e3d701e873ffcdcaa4c65bbe766933b695a /drivers/media/dvb/frontends/tda8083.h
parent58ac7d36179e27d82e067752b792b1cc573fc590 (diff)
downloadop-kernel-dev-d21eac0385dd11d3118ffd374451916fa413c0df.zip
op-kernel-dev-d21eac0385dd11d3118ffd374451916fa413c0df.tar.gz
V4L/DVB (3851): Convert tda8083 to refactored tuner code
Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda8083.h')
-rw-r--r--drivers/media/dvb/frontends/tda8083.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/tda8083.h b/drivers/media/dvb/frontends/tda8083.h
index 4666633..e7a48f6 100644
--- a/drivers/media/dvb/frontends/tda8083.h
+++ b/drivers/media/dvb/frontends/tda8083.h
@@ -33,10 +33,6 @@ struct tda8083_config
{
/* the demodulator's i2c address */
u8 demod_address;
-
- /* PLL maintenance */
- int (*pll_init)(struct dvb_frontend* fe);
- int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
};
extern struct dvb_frontend* tda8083_attach(const struct tda8083_config* config,
OpenPOWER on IntegriCloud