Skip to content

Commit

Permalink
V4L/DVB (12310): stv6110 tuner: remove unused iq_wiring configuration…
Browse files Browse the repository at this point in the history
… parameter.

Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 92782bb commit ee5e7d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/media/dvb/frontends/stv6110.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
struct stv6110_config {
u8 i2c_address;
u32 mclk;
int iq_wiring;
u8 clk_div; /* divisor value for the output clock */
};

Expand Down
2 changes: 0 additions & 2 deletions drivers/media/video/cx23885/cx23885-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,11 @@ static struct stv0900_config netup_stv0900_config = {
static struct stv6110_config netup_stv6110_tunerconfig_a = {
.i2c_address = 0x60,
.mclk = 27000000,
.iq_wiring = 0,
};

static struct stv6110_config netup_stv6110_tunerconfig_b = {
.i2c_address = 0x63,
.mclk = 27000000,
.iq_wiring = 1,
};

static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)
Expand Down

0 comments on commit ee5e7d9

Please sign in to comment.