summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/zl10353.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 17:47:11 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:58:54 -0300
commite994b8d97807536a0f02cff87058d284b29810b7 (patch)
treece0a5d8362fd1534f04a9b1cf6518780161de3d7 /drivers/media/dvb/frontends/zl10353.h
parent605ee41c432e550a4e6a4f6fd82013b2989e36a3 (diff)
V4L/DVB (3868): Convert zl10353 to refactored tuner code
Convert to tuner_ops calls. Remove pll function pointers from structure. Use standardised pllbuf call. 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/zl10353.h')
-rw-r--r--drivers/media/dvb/frontends/zl10353.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.h b/drivers/media/dvb/frontends/zl10353.h
index 5cc4ae718d8c..63c36ec02adf 100644
--- a/drivers/media/dvb/frontends/zl10353.h
+++ b/drivers/media/dvb/frontends/zl10353.h
@@ -28,11 +28,6 @@ struct zl10353_config
{
/* demodulator's I2C address */
u8 demod_address;
-
- /* function which configures the PLL buffer (for secondary I2C
- * connected tuner) or tunes the PLL (for direct connected tuner) */
- int (*pll_set)(struct dvb_frontend *fe,
- struct dvb_frontend_parameters *params, u8 *pllbuf);
};
extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,