V4L/DVB (3850): Convert stv0297 to refactored tuner code
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / dvb / frontends / stv0297.h
index 9e53f019db717e284cf50fd1b4f7390f2f173fe6..8ff793c90038f5a43637043c91b87f6918bc98a3 100644 (file)
@@ -37,14 +37,9 @@ struct stv0297_config
 
        /* does the "inversion" need inverted? */
        u8 invert:1;
-
-       /* PLL maintenance */
-       int (*pll_init)(struct dvb_frontend* fe);
-       int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
 };
 
 extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config,
                                           struct i2c_adapter* i2c);
-extern int stv0297_enable_plli2c(struct dvb_frontend* fe);
 
 #endif // STV0297_H