diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index dab160f1b..caba855dc 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -567,6 +567,7 @@ static struct dvb_pll_desc dvb_pll_opera1 = { } }; +#if 0 /* Philips FCV1236D */ static struct dvb_pll_desc dvb_pll_fcv1236d = { @@ -584,6 +585,7 @@ static struct dvb_pll_desc dvb_pll_fcv1236d = { { 999999999, 62500, 0x8e, 0x30 }, }, }; +#endif /* ----------------------------------------------------------- */ @@ -616,7 +618,9 @@ static struct dvb_pll_desc *pll_list[] = { [DVB_PLL_THOMSON_FE6600] = &dvb_pll_thomson_fe6600, #endif [DVB_PLL_OPERA1] = &dvb_pll_opera1, +#if 0 [DVB_PLL_FCV1236D] = &dvb_pll_fcv1236d, +#endif }; /* ----------------------------------------------------------- */ |