Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] mt2063: remove mt2063_setTune from header

Commit 99ac54125490f16f7434f82fcb73bbb88290b38e 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>

authored by

Danny Kukawka and committed by
Mauro Carvalho Chehab
58df1716 52f1a845

-4
-4
drivers/media/common/tuners/mt2063.h
··· 23 23 return NULL; 24 24 } 25 25 26 - int mt2063_setTune(struct dvb_frontend *fe, u32 f_in, 27 - u32 bw_in, 28 - enum MTTune_atv_standard tv_type); 29 - 30 26 /* FIXME: Should use the standard DVB attachment interfaces */ 31 27 unsigned int tuner_MT2063_SoftwareShutdown(struct dvb_frontend *fe); 32 28 unsigned int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe);