diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-05-29 11:31:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:03 -0400 |
commit | dd00b1e02081b4b543dac3619cc9c7f26c4bced4 (patch) | |
tree | 3c02178c31d9c2acfa69e107972c17ec383ec77b /drivers/media/dvb/b2c2 | |
parent | 52398efcfa77aeb7e95ef99c9edadd909eb562a5 (diff) |
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>
Diffstat (limited to 'drivers/media/dvb/b2c2')
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop-fe-tuner.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-fe-tuner.c b/drivers/media/dvb/b2c2/flexcop-fe-tuner.c index 15aae7cba2d9..3be87c72e37b 100644 --- a/drivers/media/dvb/b2c2/flexcop-fe-tuner.c +++ b/drivers/media/dvb/b2c2/flexcop-fe-tuner.c | |||
@@ -354,7 +354,8 @@ static struct mt312_config skystar23_samsung_tbdu18132_config = { | |||
354 | .demod_address = 0x0e, | 354 | .demod_address = 0x0e, |
355 | }; | 355 | }; |
356 | 356 | ||
357 | int alps_tdee4_stv0297_tuner_set_params (struct dvb_frontend* fe, struct dvb_frontend_parameters *fep) | 357 | static int alps_tdee4_stv0297_tuner_set_params(struct dvb_frontend* fe, |
358 | struct dvb_frontend_parameters *fep) | ||
358 | { | 359 | { |
359 | struct flexcop_device *fc = fe->dvb->priv; | 360 | struct flexcop_device *fc = fe->dvb->priv; |
360 | u8 buf[4]; | 361 | u8 buf[4]; |