summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0299.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-02-07 01:50:36 +0100
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 16:35:16 +0100
commit346304097b47a6e1376d99af80dbffb759fa55f4 (patch)
treea8c6b304a0fc70949573bed1a918e9ab45de5090 /drivers/media/dvb/frontends/stv0299.c
parentV4L/DVB (5193): Remove the unused kernel config option VIDEO_VIDEOBUF (diff)
downloadlinux-346304097b47a6e1376d99af80dbffb759fa55f4.tar.xz
linux-346304097b47a6e1376d99af80dbffb759fa55f4.zip
V4L/DVB (5195): Frontends: make 4 functions static
This patch makes four needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0299.c')
-rw-r--r--drivers/media/dvb/frontends/stv0299.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0299.c b/drivers/media/dvb/frontends/stv0299.c
index 93483769eca8..18768d2f6d40 100644
--- a/drivers/media/dvb/frontends/stv0299.c
+++ b/drivers/media/dvb/frontends/stv0299.c
@@ -92,7 +92,7 @@ static int stv0299_writeregI (struct stv0299_state* state, u8 reg, u8 data)
return (ret != 1) ? -EREMOTEIO : 0;
}
-int stv0299_write(struct dvb_frontend* fe, u8 *buf, int len)
+static int stv0299_write(struct dvb_frontend* fe, u8 *buf, int len)
{
struct stv0299_state* state = fe->demodulator_priv;