aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/ves1x93.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/ves1x93.h')
-rw-r--r--drivers/media/dvb/frontends/ves1x93.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/ves1x93.h b/drivers/media/dvb/frontends/ves1x93.h
index 1627e37c57a4..ba88ae0855c9 100644
--- a/drivers/media/dvb/frontends/ves1x93.h
+++ b/drivers/media/dvb/frontends/ves1x93.h
@@ -38,10 +38,6 @@ struct ves1x93_config
38 38
39 /* should PWM be inverted? */ 39 /* should PWM be inverted? */
40 u8 invert_pwm:1; 40 u8 invert_pwm:1;
41
42 /* PLL maintenance */
43 int (*pll_init)(struct dvb_frontend* fe);
44 int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
45}; 41};
46 42
47extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, 43extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,