]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] dvb_frontend.h: get rid of unused tuner params/states
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 11 Nov 2015 17:52:25 +0000 (15:52 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 17 Nov 2015 08:41:18 +0000 (06:41 -0200)
commit2184e2530c061ce6d26b80c346afb1a2c63db952
tree51873ea52002bc84eba7d1f13246e687f0e43c49
parent41c0b78e5eaf29f866ebffda4e0e86c9be589477
[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>
drivers/media/dvb-core/dvb_frontend.h
drivers/media/dvb-frontends/stb6100.c