diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-21 11:00:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-04 22:20:34 -0200 |
commit | 3d49700fb162a3bc8e21bf3f304346d2e6269b3a (patch) | |
tree | ce5a7edc0aeb47c7491fb94f24753b83a92a6a62 /drivers/media/common/tuners/mt2063.h | |
parent | fad11dbc936cfd8483235f955b54636447a4425d (diff) |
[media] mt2063: Rework on the publicly-exported functions
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/mt2063.h')
-rw-r--r-- | drivers/media/common/tuners/mt2063.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mt2063.h b/drivers/media/common/tuners/mt2063.h index 27273bfef5d..a95c11e1e26 100644 --- a/drivers/media/common/tuners/mt2063.h +++ b/drivers/media/common/tuners/mt2063.h @@ -27,8 +27,8 @@ unsigned int mt2063_setTune(struct dvb_frontend *fe, u32 f_in, u32 bw_in, enum MTTune_atv_standard tv_type); +/* FIXME: Should use the standard DVB attachment interfaces */ unsigned int mt2063_lockStatus(struct dvb_frontend *fe); -unsigned int tuner_MT2063_Open(struct dvb_frontend *fe); unsigned int tuner_MT2063_SoftwareShutdown(struct dvb_frontend *fe); unsigned int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe); |