summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx22700.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 22:47:09 +0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 06:58:32 +0200
commit5becb3b045c21001eeeec37bae0738d8ede3a882 (patch)
tree3d41b04cbbc210342a75d9ffa950f21ecb3600bc /drivers/media/dvb/frontends/cx22700.h
parentV4L/DVB (3845): DVB core changes for PLL refactoring (diff)
downloadlinux-5becb3b045c21001eeeec37bae0738d8ede3a882.tar.xz
linux-5becb3b045c21001eeeec37bae0738d8ede3a882.zip
V4L/DVB (3847): Convert cx22700 to refactored tuner code
Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Add i2c gate control function. 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/cx22700.h')
-rw-r--r--drivers/media/dvb/frontends/cx22700.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/cx22700.h b/drivers/media/dvb/frontends/cx22700.h
index c9145b45874b..dcd8979c1a15 100644
--- a/drivers/media/dvb/frontends/cx22700.h
+++ b/drivers/media/dvb/frontends/cx22700.h
@@ -29,10 +29,6 @@ struct cx22700_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* cx22700_attach(const struct cx22700_config* config,