Skip to content

Commit

Permalink
[media] mt2063: remove mt2063_setTune from header
Browse files Browse the repository at this point in the history
Commit 99ac541 removed
the function mt2063_setTune() from mt2063.c. Remove it
also from the header file.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Danny Kukawka authored and Mauro Carvalho Chehab committed Feb 28, 2012
1 parent 52f1a84 commit 58df171
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/media/common/tuners/mt2063.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
return NULL;
}

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 tuner_MT2063_SoftwareShutdown(struct dvb_frontend *fe);
unsigned int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe);
Expand Down

0 comments on commit 58df171

Please sign in to comment.