aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
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 2574e1fba9d7..9db2402410f6 100644
--- a/drivers/media/dvb/frontends/stv6110.h
+++ b/drivers/media/dvb/frontends/stv6110.h
@@ -41,7 +41,6 @@
41struct stv6110_config { 41struct stv6110_config {
42 u8 i2c_address; 42 u8 i2c_address;
43 u32 mclk; 43 u32 mclk;
44 int iq_wiring;
45 u8 clk_div; /* divisor value for the output clock */ 44 u8 clk_div; /* divisor value for the output clock */
46}; 45};
47 46
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 = {
409static struct stv6110_config netup_stv6110_tunerconfig_a = { 409static 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
415static struct stv6110_config netup_stv6110_tunerconfig_b = { 414static 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
421static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) 419static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)