Add a missing prototype.

MFC after:	1 week
This commit is contained in:
julian 2004-12-17 00:25:56 +00:00
parent 900b64f296
commit a063053802

View File

@ -71,7 +71,6 @@
*/
void select_tuner( bktr_ptr_t bktr, int tuner_type );
/*
* The Channel Set maps TV channels eg Ch 36, Ch 51, onto frequencies
* and is country specific.
@ -93,6 +92,7 @@ int get_tuner_status( bktr_ptr_t bktr );
int do_afc( bktr_ptr_t bktr, int addr, int frequency );
#endif /* TUNER_AFC */
int TDA9887_init(bktr_ptr_t bktr, int output2_enable);
/*
* This is for start-up convenience only, NOT mandatory.
@ -101,4 +101,3 @@ int do_afc( bktr_ptr_t bktr, int addr, int frequency );
#define DEFAULT_CHNLSET CHNLSET_WEUROPE
#endif