mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
V4L/DVB (4060): Make dvb/b2c2/flexcop-fe-tuner.c:alps_tdee4_stv0297_tuner_set_params() static
This patch makes the needlessly global alps_tdee4_stv0297_tuner_set_params() static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
52398efcfa
commit
dd00b1e020
1 changed files with 2 additions and 1 deletions
|
@ -354,7 +354,8 @@ static struct mt312_config skystar23_samsung_tbdu18132_config = {
|
|||
.demod_address = 0x0e,
|
||||
};
|
||||
|
||||
int alps_tdee4_stv0297_tuner_set_params (struct dvb_frontend* fe, struct dvb_frontend_parameters *fep)
|
||||
static int alps_tdee4_stv0297_tuner_set_params(struct dvb_frontend* fe,
|
||||
struct dvb_frontend_parameters *fep)
|
||||
{
|
||||
struct flexcop_device *fc = fe->dvb->priv;
|
||||
u8 buf[4];
|
||||
|
|
Loading…
Reference in a new issue