Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92545
b: refs/heads/master
c: 5e8556d
h: refs/heads/master
i:
  92543: 7f85b0b
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent b412e25 commit b7ab2f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7f81b2058625b6fe90c9265aabbf0d3bdc15874
refs/heads/master: 5e8556de79c509ea2ff3c3be19d3930f9ab5af54
8 changes: 0 additions & 8 deletions trunk/drivers/media/dvb/frontends/dvb-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ struct dvb_pll_desc {
/* ----------------------------------------------------------- */
/* descriptions */


static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = {
.name = "Thomson dtt7579",
.min = 177000000,
Expand All @@ -96,7 +95,6 @@ static struct dvb_pll_desc dvb_pll_thomson_dtt7579 = {
},
};


static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf,
const struct dvb_frontend_parameters *params)
{
Expand Down Expand Up @@ -137,7 +135,6 @@ static struct dvb_pll_desc dvb_pll_lg_z201 = {
},
};


static struct dvb_pll_desc dvb_pll_unknown_1 = {
.name = "unknown 1", /* used by dntv live dvb-t */
.min = 174000000,
Expand Down Expand Up @@ -246,7 +243,6 @@ static struct dvb_pll_desc dvb_pll_tua6034 = {
},
};


/* ALPS TDED4
* used in Nebula-Cards and USB boxes
*/
Expand Down Expand Up @@ -289,7 +285,6 @@ static struct dvb_pll_desc dvb_pll_tdhu2 = {
}
};


/* Samsung TBMV30111IN / TBMV30712IN1
* used in Air2PC ATSC - 2nd generation (nxt2002)
*/
Expand Down Expand Up @@ -326,8 +321,6 @@ static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = {
},
};



static void opera1_bw(struct dvb_frontend *fe, u8 *buf,
const struct dvb_frontend_parameters *params)
{
Expand All @@ -354,7 +347,6 @@ static struct dvb_pll_desc dvb_pll_opera1 = {
}
};


/* ----------------------------------------------------------- */

static struct dvb_pll_desc *pll_list[] = {
Expand Down

0 comments on commit b7ab2f9

Please sign in to comment.