diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-18 17:47:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:58:52 -0300 |
commit | 44d92aa7817efa8f9f80f3bde2279221890a4cd2 (patch) | |
tree | 2c1b8714203a4503d609a5435e458e1ef6f84e82 /drivers/media/dvb/frontends/or51132.h | |
parent | 089e980939ae4f0ff14d1fe816885aa8f00c6e75 (diff) | |
download | talos-obmc-linux-44d92aa7817efa8f9f80f3bde2279221890a4cd2.tar.gz talos-obmc-linux-44d92aa7817efa8f9f80f3bde2279221890a4cd2.zip |
V4L/DVB (3865): Convert or51132 to refactored tuner code
Convert to tuner_ops calls.
Remove pll function pointers from structure.
Remove dvb-pll code - done elsewhere now.
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/or51132.h')
-rw-r--r-- | drivers/media/dvb/frontends/or51132.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/or51132.h b/drivers/media/dvb/frontends/or51132.h index 622cdd18381b..89658883abf5 100644 --- a/drivers/media/dvb/frontends/or51132.h +++ b/drivers/media/dvb/frontends/or51132.h @@ -29,8 +29,6 @@ struct or51132_config { /* The demodulator's i2c address */ u8 demod_address; - u8 pll_address; - struct dvb_pll_desc *pll_desc; /* Need to set device param for start_dma */ int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); |