aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-07-19 16:57:29 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:18:02 -0400
commitee5e7d94c96ae5a95906fcecde6c69c9d9ee4352 (patch)
treec8556ae73303fcc57cf7e002f54d5c16db3dd645 /drivers/media/dvb
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/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/stv6110.h1
1 files changed, 0 insertions, 1 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