aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda1004x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/tda1004x.h')
-rw-r--r--drivers/media/dvb/frontends/tda1004x.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/tda1004x.h b/drivers/media/dvb/frontends/tda1004x.h
index cc0c4af6406..b877b23ed73 100644
--- a/drivers/media/dvb/frontends/tda1004x.h
+++ b/drivers/media/dvb/frontends/tda1004x.h
@@ -66,11 +66,6 @@ struct tda1004x_config
66 /* AGC configuration */ 66 /* AGC configuration */
67 enum tda10046_agc agc_config; 67 enum tda10046_agc agc_config;
68 68
69 /* PLL maintenance */
70 int (*pll_init)(struct dvb_frontend* fe);
71 void (*pll_sleep)(struct dvb_frontend* fe);
72 int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
73
74 /* request firmware for device */ 69 /* request firmware for device */
75 /* set this to NULL if the card has a firmware EEPROM */ 70 /* set this to NULL if the card has a firmware EEPROM */
76 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); 71 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);