aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx24123.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:55 -0300
commit20b14562852a0d0327b86283d7391f45aa9293ef (patch)
treebd2050a2ed68f24e6cd0ad52fe429f187a9d8b4e /drivers/media/dvb/frontends/cx24123.h
parente994b8d97807536a0f02cff87058d284b29810b7 (diff)
downloadlinux-20b14562852a0d0327b86283d7391f45aa9293ef.tar.gz
V4L/DVB (3869): Convert cx24123 to refactored tuner code
Convert to tuner_ops calls. Remove pll function pointers from structure. 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/cx24123.h')
-rw-r--r--drivers/media/dvb/frontends/cx24123.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/cx24123.h b/drivers/media/dvb/frontends/cx24123.h
index 0c922b5e9263e..7ec4ee856014a 100644
--- a/drivers/media/dvb/frontends/cx24123.h
+++ b/drivers/media/dvb/frontends/cx24123.h
@@ -35,10 +35,6 @@ struct cx24123_config
*/
int use_isl6421;
- /* PLL maintenance */
- int (*pll_init)(struct dvb_frontend* fe);
- int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
-
/* Need to set device param for start_dma */
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);