aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/s5h1420.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1420.h')
-rw-r--r--drivers/media/dvb/frontends/s5h1420.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/s5h1420.h b/drivers/media/dvb/frontends/s5h1420.h
index 73296f13c324..4e39015fa67e 100644
--- a/drivers/media/dvb/frontends/s5h1420.h
+++ b/drivers/media/dvb/frontends/s5h1420.h
@@ -32,10 +32,6 @@ struct s5h1420_config
32 32
33 /* does the inversion require inversion? */ 33 /* does the inversion require inversion? */
34 u8 invert:1; 34 u8 invert:1;
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, u32* freqout);
39}; 35};
40 36
41extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config, 37extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config,