aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-07-19 17:57:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 12:18:02 -0300
commitee5e7d94c96ae5a95906fcecde6c69c9d9ee4352 (patch)
treec8556ae73303fcc57cf7e002f54d5c16db3dd645 /drivers
parent92782bb00387585e2a4249f6996da3c863c1f580 (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')
-rw-r--r--drivers/media/dvb/frontends/stv6110.h1
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/stv6110.h b/drivers/media/dvb/frontends/stv6110.h
index 2574e1fba9d..9db2402410f 100644
--- a/drivers/media/dvb/frontends/stv6110.h
+++ b/drivers/media/dvb/frontends/stv6110.h
@@ -41,7 +41,6 @@
struct stv6110_config {
u8 i2c_address;
u32 mclk;
- int iq_wiring;
u8 clk_div; /* divisor value for the output clock */
};
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index f87a023a735..58478daba88 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 = {
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)