aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dib3000.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 16:47:11 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 00:58:56 -0400
commit261143ff12eadbf17d7497cd471f70cacaca9586 (patch)
tree9f077103230415f09426cc050d379f6574cab742 /drivers/media/dvb/frontends/dib3000.h
parent20b14562852a0d0327b86283d7391f45aa9293ef (diff)
V4L/DVB (3870): Convert dib3000* 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/dib3000.h')
-rw-r--r--drivers/media/dvb/frontends/dib3000.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/dib3000.h b/drivers/media/dvb/frontends/dib3000.h
index 2d5475b5c063..ec927628d273 100644
--- a/drivers/media/dvb/frontends/dib3000.h
+++ b/drivers/media/dvb/frontends/dib3000.h
@@ -30,10 +30,6 @@ struct dib3000_config
30{ 30{
31 /* the demodulator's i2c address */ 31 /* the demodulator's i2c address */
32 u8 demod_address; 32 u8 demod_address;
33
34 /* PLL maintenance and the i2c address of the PLL */
35 int (*pll_init)(struct dvb_frontend *fe);
36 int (*pll_set)(struct dvb_frontend *fe, struct dvb_frontend_parameters* params);
37}; 33};
38 34
39struct dib_fe_xfer_ops 35struct dib_fe_xfer_ops