diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:54 -0400 |
commit | 5e8556de79c509ea2ff3c3be19d3930f9ab5af54 (patch) | |
tree | 44c7d2fbb7fdb4df948e8e4064050d1619dc9ce6 /drivers/media/dvb/frontends/dvb-pll.c | |
parent | b7f81b2058625b6fe90c9265aabbf0d3bdc15874 (diff) |
V4L/DVB (7425): dvb-pll: remove dead code
remove #if 0'd support for:
Philips TUV1236D
Philips TD1316
Philips FMD1216ME
LG TDVS-H06xF
Philips FCV1236D
Thomson FE6600
Microtune 4042 FI5
Thomson dtt761x
Support for these tuners has been moved into the 'tuner-simple' module.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.c b/drivers/media/dvb/frontends/dvb-pll.c index 288ecb29425e..72ef6bc5e3f9 100644 --- a/drivers/media/dvb/frontends/dvb-pll.c +++ b/drivers/media/dvb/frontends/dvb-pll.c | |||
@@ -80,7 +80,6 @@ struct dvb_pll_desc { | |||
80 | /* ----------------------------------------------------------- */ | 80 | /* ----------------------------------------------------------- */ |
81 | /* descriptions */ | 81 | /* descriptions */ |
82 | 82 | ||
83 | |||
84 | static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = { | 83 | static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = { |
85 | .name = "Thomson dtt7579", | 84 | .name = "Thomson dtt7579", |
86 | .min = 177000000, | 85 | .min = 177000000, |
@@ -96,7 +95,6 @@ static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = { | |||
96 | }, | 95 | }, |
97 | }; | 96 | }; |
98 | 97 | ||
99 | |||
100 | static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf, | 98 | static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf, |
101 | const struct dvb_frontend_parameters *params) | 99 | const struct dvb_frontend_parameters *params) |
102 | { | 100 | { |
@@ -137,7 +135,6 @@ static struct dvb_pll_desc dvb_pll_lg_z201 = { | |||
137 | }, | 135 | }, |
138 | }; | 136 | }; |
139 | 137 | ||
140 | |||
141 | static struct dvb_pll_desc dvb_pll_unknown_1 = { | 138 | static struct dvb_pll_desc dvb_pll_unknown_1 = { |
142 | .name = "unknown 1", /* used by dntv live dvb-t */ | 139 | .name = "unknown 1", /* used by dntv live dvb-t */ |
143 | .min = 174000000, | 140 | .min = 174000000, |
@@ -246,7 +243,6 @@ static struct dvb_pll_desc dvb_pll_tua6034 = { | |||
246 | }, | 243 | }, |
247 | }; | 244 | }; |
248 | 245 | ||
249 | |||
250 | /* ALPS TDED4 | 246 | /* ALPS TDED4 |
251 | * used in Nebula-Cards and USB boxes | 247 | * used in Nebula-Cards and USB boxes |
252 | */ | 248 | */ |
@@ -289,7 +285,6 @@ static struct dvb_pll_desc dvb_pll_tdhu2 = { | |||
289 | } | 285 | } |
290 | }; | 286 | }; |
291 | 287 | ||
292 | |||
293 | /* Samsung TBMV30111IN / TBMV30712IN1 | 288 | /* Samsung TBMV30111IN / TBMV30712IN1 |
294 | * used in Air2PC ATSC - 2nd generation (nxt2002) | 289 | * used in Air2PC ATSC - 2nd generation (nxt2002) |
295 | */ | 290 | */ |
@@ -326,8 +321,6 @@ static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = { | |||
326 | }, | 321 | }, |
327 | }; | 322 | }; |
328 | 323 | ||
329 | |||
330 | |||
331 | static void opera1_bw(struct dvb_frontend *fe, u8 *buf, | 324 | static void opera1_bw(struct dvb_frontend *fe, u8 *buf, |
332 | const struct dvb_frontend_parameters *params) | 325 | const struct dvb_frontend_parameters *params) |
333 | { | 326 | { |
@@ -354,7 +347,6 @@ static struct dvb_pll_desc dvb_pll_opera1 = { | |||
354 | } | 347 | } |
355 | }; | 348 | }; |
356 | 349 | ||
357 | |||
358 | /* ----------------------------------------------------------- */ | 350 | /* ----------------------------------------------------------- */ |
359 | 351 | ||
360 | static struct dvb_pll_desc *pll_list[] = { | 352 | static struct dvb_pll_desc *pll_list[] = { |