aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-05-29 11:31:44 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:05:03 -0400
commitdd00b1e02081b4b543dac3619cc9c7f26c4bced4 (patch)
tree3c02178c31d9c2acfa69e107972c17ec383ec77b /drivers/media/dvb
parent52398efcfa77aeb7e95ef99c9edadd909eb562a5 (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')
-rw-r--r--drivers/media/dvb/b2c2/flexcop-fe-tuner.c3
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
357int alps_tdee4_stv0297_tuner_set_params (struct dvb_frontend* fe, struct dvb_frontend_parameters *fep) 357static 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];