diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-07-19 22:57:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 17:18:02 +0200 |
commit | ee5e7d94c96ae5a95906fcecde6c69c9d9ee4352 (patch) | |
tree | c8556ae73303fcc57cf7e002f54d5c16db3dd645 /drivers/media/dvb/frontends/stv6110.h | |
parent | V4L/DVB (12309): Add output clock configuration for stv6110 tuner. (diff) | |
download | linux-ee5e7d94c96ae5a95906fcecde6c69c9d9ee4352.tar.xz linux-ee5e7d94c96ae5a95906fcecde6c69c9d9ee4352.zip |
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/frontends/stv6110.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv6110.h | 1 |
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 @@ struct stv6110_config { u8 i2c_address; u32 mclk; - int iq_wiring; u8 clk_div; /* divisor value for the output clock */ }; |