aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-02-03 22:18:14 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:32:00 -0300
commit04f590e82bdd5fa6fc36d7abf806006d27ea9e5d (patch)
tree822164ac33e6fc010a3bda5b85205794adadde5c /drivers/media/dvb/dvb-core/dvb_frontend.h
parent5620094a2eaa6527d7f038ad3d65ce6a76c8272a (diff)
downloadkernel_samsung_smdk4412-04f590e82bdd5fa6fc36d7abf806006d27ea9e5d.zip
kernel_samsung_smdk4412-04f590e82bdd5fa6fc36d7abf806006d27ea9e5d.tar.gz
kernel_samsung_smdk4412-04f590e82bdd5fa6fc36d7abf806006d27ea9e5d.tar.bz2
[media] tuner-core: remove the legacy is_stereo() call
Nobody is using this legacy call. Just remove it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h
index f9f19be..3b86050 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.h
@@ -239,7 +239,6 @@ struct analog_demod_ops {
void (*set_params)(struct dvb_frontend *fe,
struct analog_parameters *params);
int (*has_signal)(struct dvb_frontend *fe);
- int (*is_stereo)(struct dvb_frontend *fe);
int (*get_afc)(struct dvb_frontend *fe);
void (*tuner_status)(struct dvb_frontend *fe);
void (*standby)(struct dvb_frontend *fe);