diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-07-19 16:57:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:18:02 -0400 |
commit | ee5e7d94c96ae5a95906fcecde6c69c9d9ee4352 (patch) | |
tree | c8556ae73303fcc57cf7e002f54d5c16db3dd645 /drivers/media/video | |
parent | 92782bb00387585e2a4249f6996da3c863c1f580 (diff) |
V4L/DVB (12310): stv6110 tuner: remove unused iq_wiring configuration parameter.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index f87a023a7351..58478daba88a 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -409,13 +409,11 @@ static struct stv0900_config netup_stv0900_config = { | |||
409 | static struct stv6110_config netup_stv6110_tunerconfig_a = { | 409 | static struct stv6110_config netup_stv6110_tunerconfig_a = { |
410 | .i2c_address = 0x60, | 410 | .i2c_address = 0x60, |
411 | .mclk = 27000000, | 411 | .mclk = 27000000, |
412 | .iq_wiring = 0, | ||
413 | }; | 412 | }; |
414 | 413 | ||
415 | static struct stv6110_config netup_stv6110_tunerconfig_b = { | 414 | static struct stv6110_config netup_stv6110_tunerconfig_b = { |
416 | .i2c_address = 0x63, | 415 | .i2c_address = 0x63, |
417 | .mclk = 27000000, | 416 | .mclk = 27000000, |
418 | .iq_wiring = 1, | ||
419 | }; | 417 | }; |
420 | 418 | ||
421 | static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) | 419 | static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) |