diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-12 20:23:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-23 20:18:10 -0300 |
commit | 66b3c4deb9735e18d5b71dbcbf9532bdf080d001 (patch) | |
tree | 6e859b836a9e775579e0c7a6d7844dbbe42314b4 /drivers/media/dvb-frontends/rtl2830.h | |
parent | 86ad0f1dd72b39159065fdf089afe0913b9bef41 (diff) |
[media] rtl2830: use .get_if_frequency()
Use .get_if_frequency() as all used tuner drivers
(mt2060/qt1010/mxl5005s) supports it.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2830.h')
-rw-r--r-- | drivers/media/dvb-frontends/rtl2830.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/dvb-frontends/rtl2830.h b/drivers/media/dvb-frontends/rtl2830.h index e125166eed95..f4349a1fc03e 100644 --- a/drivers/media/dvb-frontends/rtl2830.h +++ b/drivers/media/dvb-frontends/rtl2830.h @@ -47,13 +47,6 @@ struct rtl2830_config { bool spec_inv; /* - * IFs for all used modes. - * Hz - * 4570000, 4571429, 36000000, 36125000, 36166667, 44000000 - */ - u32 if_dvbt; - - /* */ u8 vtop; |