From b403874cbdfd087977c999926197837a2f8ffcb9 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 17 Feb 2008 10:01:48 -0500 Subject: dvb-pll: remove support for Philips TD1316 From: Michael Krufky Signed-off-by: Michael Krufky --- linux/drivers/media/dvb/frontends/dvb-pll.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.c') diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index a42ba42a4..757b106b0 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -485,6 +485,7 @@ static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = { }, }; +#if 0 /* * Philips TD1316 Tuner. */ @@ -527,6 +528,7 @@ static struct dvb_pll_desc dvb_pll_philips_td1316 = { { 858834000, 166667, 0xca, 0xe0}, }, }; +#endif #if 0 /* FE6600 used on DViCO Hybrid */ @@ -621,8 +623,8 @@ static struct dvb_pll_desc *pll_list[] = { [DVB_PLL_TDHU2] = &dvb_pll_tdhu2, [DVB_PLL_SAMSUNG_TBMV] = &dvb_pll_samsung_tbmv, [DVB_PLL_PHILIPS_SD1878_TDA8261] = &dvb_pll_philips_sd1878_tda8261, - [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316, #if 0 + [DVB_PLL_PHILIPS_TD1316] = &dvb_pll_philips_td1316, [DVB_PLL_THOMSON_FE6600] = &dvb_pll_thomson_fe6600, #endif [DVB_PLL_OPERA1] = &dvb_pll_opera1, -- cgit v1.2.3