diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-11 20:52:25 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-17 11:41:18 +0300 |
commit | 2184e2530c061ce6d26b80c346afb1a2c63db952 (patch) | |
tree | 51873ea52002bc84eba7d1f13246e687f0e43c49 /drivers/media/dvb-frontends/stb6100.h | |
parent | 41c0b78e5eaf29f866ebffda4e0e86c9be589477 (diff) | |
download | linux-2184e2530c061ce6d26b80c346afb1a2c63db952.tar.xz |
[media] dvb_frontend.h: get rid of unused tuner params/states
There are several tuner_param values that aren't by any driver or core:
DVBFE_TUNER_TUNERSTEP
DVBFE_TUNER_IFFREQ
DVBFE_TUNER_REFCLOCK
DVBFE_TUNER_IQSENSE
DVBFE_TUNER_DUMMY
Several of those correspond to the values at the tuner_state
struct with is also only initialized by not used anyware:
u32 tunerstep;
u32 ifreq;
u32 refclock;
It doesn't make sense to keep anything at the kABI that it is
not used. So, get rid of them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/stb6100.h')
0 files changed, 0 insertions, 0 deletions