diff options
Diffstat (limited to 'drivers/media/dvb/frontends/mt312.h')
-rw-r--r-- | drivers/media/dvb/frontends/mt312.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/mt312.h b/drivers/media/dvb/frontends/mt312.h index 074d844f0139..666a1bd1c244 100644 --- a/drivers/media/dvb/frontends/mt312.h +++ b/drivers/media/dvb/frontends/mt312.h | |||
@@ -32,10 +32,6 @@ struct mt312_config | |||
32 | { | 32 | { |
33 | /* the demodulator's i2c address */ | 33 | /* the demodulator's i2c address */ |
34 | u8 demod_address; | 34 | u8 demod_address; |
35 | |||
36 | /* PLL maintenance */ | ||
37 | int (*pll_init)(struct dvb_frontend* fe); | ||
38 | int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); | ||
39 | }; | 35 | }; |
40 | 36 | ||
41 | struct dvb_frontend* vp310_mt312_attach(const struct mt312_config* config, | 37 | struct dvb_frontend* vp310_mt312_attach(const struct mt312_config* config, |