]> err.no Git - linux-2.6/blobdiff - drivers/media/dvb/frontends/cx24123.h
Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...
[linux-2.6] / drivers / media / dvb / frontends / cx24123.h
index a6b85d517578cb501753d4f77198407be2e79ad2..9606f825935c8341f53b760e9c91f06e4146e9a8 100644 (file)
@@ -28,10 +28,6 @@ struct cx24123_config
        /* the demodulator's i2c address */
        u8 demod_address;
 
-       /* PLL maintenance */
-       int (*pll_init)(struct dvb_frontend* fe);
-       int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
-
        /* Need to set device param for start_dma */
        int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
 };