Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / drivers / media / dvb / frontends / zl10353.h
index 5cc4ae7..9770cb8 100644 (file)
@@ -29,10 +29,8 @@ struct zl10353_config
        /* demodulator's I2C address */
        u8 demod_address;
 
-       /* function which configures the PLL buffer (for secondary I2C
-        * connected tuner) or tunes the PLL (for direct connected tuner) */
-       int (*pll_set)(struct dvb_frontend *fe,
-                      struct dvb_frontend_parameters *params, u8 *pllbuf);
+       /* set if no pll is connected to the secondary i2c bus */
+       int no_tuner;
 };
 
 extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,