aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/l64781.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 17:47:10 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:58:46 -0300
commitb800aae382bc3f79045ea544ad77bf03398d4443 (patch)
treec8749343a904f926d41662abf9c3cb67eecac882 /drivers/media/dvb/frontends/l64781.h
parenta98af2246b3d0e85566b3b489ffbc8018b21b4a3 (diff)
V4L/DVB (3860): Convert l64871 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/l64781.h')
-rw-r--r--drivers/media/dvb/frontends/l64781.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/l64781.h b/drivers/media/dvb/frontends/l64781.h
index 947f65f8746..83b8bc21027 100644
--- a/drivers/media/dvb/frontends/l64781.h
+++ b/drivers/media/dvb/frontends/l64781.h
@@ -29,10 +29,6 @@ struct l64781_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);
};