aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-11 18:57:16 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-17 06:46:02 -0200
commit45346e0e83ae1d0eff59d6d200bcb9338c04355f (patch)
treea61110b9e7c4d677b41baa989d9f7645cb288bb5 /drivers/media/tuners
parent[media] stb6100: get rid of get_state()/set_state() (diff)
downloadlinux-dev-45346e0e83ae1d0eff59d6d200bcb9338c04355f.tar.xz
linux-dev-45346e0e83ae1d0eff59d6d200bcb9338c04355f.zip
[media] dvb_frontend: get rid of set_state ops & related data
The get_state()/set_state and the corresponding data types (struct tuner_state and enum tuner_param) are old DVB interfaces that came from the DVBv3 time. Nowadays, set_params() provide a better way to set the tuner and demod parameters. So, no need to keep those legacy stuff, as all drivers that were using it got converted. With this patch, all kABI elements at dvb_frontend.h are now documented. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners')
-rw-r--r--drivers/media/tuners/mt2063.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/tuners/mt2063.c b/drivers/media/tuners/mt2063.c
index 9e9c5eb4cb66..6457ac91ef09 100644
--- a/drivers/media/tuners/mt2063.c
+++ b/drivers/media/tuners/mt2063.c
@@ -225,7 +225,6 @@ struct mt2063_state {
const struct mt2063_config *config;
struct dvb_tuner_ops ops;
struct dvb_frontend *frontend;
- struct tuner_state status;
u32 frequency;
u32 srate;