From a9131e180377070115d9d7d1aa4e76c5906a81fd Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 5 May 2007 11:15:57 -0400 Subject: tuv1236d: move rf input switching code into dvb-pll From: Michael Krufky This patch removes duplicate code from cx88-dvb and saa7134-dvb that handles rf input switching for the TUV1236d tuner. The functionality is added to dvb-pll, where all the other code that handles the TUV1236d is kept. Signed-off-by: Michael Krufky Signed-off-by: Trent Piepho --- linux/drivers/media/dvb/frontends/nxt200x.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'linux/drivers/media/dvb/frontends/nxt200x.h') diff --git a/linux/drivers/media/dvb/frontends/nxt200x.h b/linux/drivers/media/dvb/frontends/nxt200x.h index 28bc5591b..bb0ef58d7 100644 --- a/linux/drivers/media/dvb/frontends/nxt200x.h +++ b/linux/drivers/media/dvb/frontends/nxt200x.h @@ -38,9 +38,6 @@ struct nxt200x_config /* the demodulator's i2c address */ u8 demod_address; - /* used to set pll input */ - int (*set_pll_input)(u8* buf, int input); - /* need to set device param for start_dma */ int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured); }; -- cgit v1.2.3